__declspec(property(get = GetValueType, put = SetValueType)) int ValueType;
Gets or sets value type.
Read:
int GetValueType();Write:
void SetValueType(int vtype);Declared in Dew::Math::TValueRec · Dew.Math/MtxParseClass.h · Cross-compiler