__declspec(property(get = GetDirty, put = SetDirty)) bool Dirty;
When any of the TMtxBinaryTest properties changes, this property is automatically set to true.
Read:
bool GetDirty();Write:
void SetDirty(const bool Value);Declared in Dew::Stats::TMtxBinaryTest · Dew.Stats/StatTools.h · Cross-compiler