__declspec(property(get = GetAutoUpdate, put = SetAutoUpdate)) bool AutoUpdate;
Read:
bool GetAutoUpdate();Write:
void SetAutoUpdate(const bool Value);Declared in Dew::Math::TMtxLP · Dew.Math/MtxVecTools.h · Cross-compiler