You are here:
Symbol Reference >
MtxParseExpr Namespace
>
Classes
>
TMtxExpression Class
>
public
>
Test Method
>
TMtxExpression.Test Method (string, double, boolean)
MtxVec VCL
Example
TMtxExpression.Test Method (string, double, boolean)
Test "+" operator
procedure
TestAddOperator(aParser:
TMtxExpression
);
begin
aParser.Test('1+2',3);
//no exception will be raised, if result is a match
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.