__declspec(property(get = GetAutoUpdate, put = SetAutoUpdate)) bool AutoUpdate;
If true then changing any of the TMtxNonLinReg properties will trigger the TMtxNonLinReg::Recalc method.
Read:
bool GetAutoUpdate();Write:
void SetAutoUpdate(const bool Value);See Also: TMtxNonLinReg::Dirty
Declared in Dew::Stats::TMtxNonLinReg · Dew.Stats/StatTools.h · Cross-compiler