TMtxExpression::GetVarList Method

void GetVarList(tStrings *names);

Retrieves list of variables.

#NameTypeDescription
1namestStrings *
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