TExprWorkspace::Variables Property

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

Stores names and data of named variables.

Read: TExprContext *GetVariables();
Write: void SetVariables(TExprContext *Value);
Remarks:

TExprContext can be filled with a call to TMtxExpression.SaveContext/LoadContext.

Declared in Dew::Math::TExprWorkspace · Dew.Math/MtxParseClass.h · Cross-compiler