TMtxExpression::Expressions Property

__declspec(property(get = GetExpressions, put = SetExpressions)) DewString Expressions;

Gets/sets several expressions separated by semicolon at once.

Read: DewString GetExpressions();
Write: void SetExpressions(const DewString &Value);
See Also: TMtxExpression::ExprCount
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler