TExprContext::Variables Property

__declspec(property(get = GetVariables, put = SetVariables)) TVariableCollection*Variables;

Variables collection.

Read: TVariableCollection *GetVariables();
Write: void SetVariables(TVariableCollection *Value);
See Also: TNamedVariable
Declared in Dew::Math::TExprContext · Dew.Math/MtxParseClass.h · Cross-compiler