__declspec(property(get = GetEvaluatedLine, put = SetEvaluatedLine)) int EvaluatedLine;
Returns the line (expression number) of the last evaluation, where a runtime error occured.
Read:
int GetEvaluatedLine();Write:
void SetEvaluatedLine(const int Value);Remarks:
The property will return -1, if evaluation completed without errors.
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler