__declspec(property(get = GetValueTypeLock, put = SetValueTypeLock)) bool ValueTypeLock;
Causes an exception, if undefine is called.
Read:
bool GetValueTypeLock();Write:
void SetValueTypeLock(const bool Value);Remarks:
Prevents ValueType to be reset. Usefull for externally defined types.
Declared in Dew::Math::TValueRec · Dew.Math/MtxParseClass.h · Cross-compiler