__declspec(property(get = GetExtRange, put = SetExtRange)) bool ExtRange;
Read:
bool GetExtRange();Write:
void SetExtRange(const bool value);Declared in Dew::Math::TValueRec · Dew.Math/MtxParseClass.h · Cross-compiler