You are here:
Symbol Reference >
MtxParseExpr Namespace
>
Classes
>
TMtxExpression Class
>
public
>
TMtxExpression.Expressions Property
MtxVec VCL
Example
TMtxExpression.Expressions Property
uses
MtxParseExpr
;
procedure
Example;
var
myParser:
TMtxExpression
;
begin
myParser := TMtxExpression.Create;
try
myParser.Expressions := 'x+y;sqrt(x);x/y'; ShowMessage(IntToStr(myParsers.ExprCount));
// 3
finally
myParser.Free;
end
;
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.