__declspec(property(get = GetAutoInitBitMask, put = SetAutoInitBitMask)) bool AutoInitBitMask;
Set this property to false, if you want to manually initialize the BitMask.
Read:
bool GetAutoInitBitMask();Write:
void SetAutoInitBitMask(const bool Value);Remarks:
This value does not affect the "exhaustive" method.
Declared in Dew::Stats::TMtxStepwiseReg · Dew.Stats/StatTools.h · Cross-compiler