TMtxAnova::AutoUpdate Property

__declspec(property(get = GetAutoUpdate, put = SetAutoUpdate)) bool AutoUpdate;

If true then changing any of the TMtxAnova properties will trigger the TMtxAnova::Recalc method.

Read: bool GetAutoUpdate();
Write: void SetAutoUpdate(const bool Value);
See Also: TMtxAnova::Dirty
Declared in Dew::Stats::TMtxAnova · Dew.Stats/StatTools.h · Cross-compiler