TMtxExpression.AddExpr Method

Overload List

#SignatureDescription
1function AddExpr(const exprList: TStrings): Integer;Appends new expressions at the end of list.
2function AddExpr(const Expr: string): Integer;Appends new expression at the end of list.

Overload 1: function AddExpr(const exprList: TStrings): Integer;

Appends new expressions at the end of list.

#NameTypeDescription
1exprListTStrings

Returns: Int32

Overload 2: function AddExpr(const Expr: string): Integer;

Appends new expression at the end of list.

#NameTypeDescription
1Exprstring

Returns: Int32 - index of added expression.

See Also: TMtxExpression.ExprCount, TMtxExpression.InsertExpr, TMtxExpression.DeleteExpr