procedure InsertExpr(Index: Integer; const Expr: string);
Inserts new expression at specified index.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | Integer | start index |
| 2 | Expr | string |
Result: stored in self (calling object)
Inserts new expression at specified index.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | Integer | start index |
| 2 | Expr | string |
Result: stored in self (calling object)