Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function AddExpr(const exprList: TStrings): Integer; | Appends new expressions at the end of list. |
| 2 | function 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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | exprList | TStrings |
Returns: Int32
Overload 2: function AddExpr(const Expr: string): Integer;
Appends new expression at the end of list.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Expr | string |
Returns: Int32 - index of added expression.