__declspec(property(get = GetOnGetValue, put = SetOnGetValue)) TExprGridGetProc OnGetValue;
Event triggered when value of an external structure is to be fetched from.
Read:
TExprGridGetProc GetOnGetValue();Write:
void SetOnGetValue(const TExprGridGetProc &Value);Declared in Dew::Math::TExprGridVariable · Dew.Math/MtxParseClass.h · Cross-compiler