TExprGridVariable::OnSetValue Property

__declspec(property(get = GetOnSetValue, put = SetOnSetValue)) TExprGridSetProc OnSetValue;

Event triggered when value of an external structure is to be set.

Read: TExprGridSetProc GetOnSetValue();
Write: void SetOnSetValue(const TExprGridSetProc &Value);
Declared in Dew::Math::TExprGridVariable · Dew.Math/MtxParseClass.h · Cross-compiler