__declspec(property(get = GetExpression, put = SetExpression)) DewString Expression;
Returns expression as string.
Read:
DewString GetExpression();Write:
void SetExpression(const DewString &value);Declared in Dew::Math::TExprContext · Dew.Math/MtxParseClass.h · Cross-compiler