void GetVarList(tStrings *names);
Retrieves list of variables.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | names | tStrings * |
Remarks:
The TValueRec values, holding the type of the variable etc.. , are stored in names.Objects[i] after the function returns.
See Also: TMtxExpression::GetFuncList, TMtxExpression::GetOperList, TMtxExpression::GetConstList, TMtxExpression::VarByName
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler