__declspec(property(get = GetAutoUpdate, put = SetAutoUpdate)) bool AutoUpdate;
If true, any change will trigger the recalculation.
Read:
bool GetAutoUpdate();Write:
void SetAutoUpdate(const bool Value);Declared in Dew::Stats::TMtxBinaryTest · Dew.Stats/StatTools.h · Cross-compiler