ITokenList.Insert Method
Inserts a specific token into the list at a given position (0 based).
Syntax
Unit: FlexCel.Core
procedure ITokenList.Insert(const index: Integer; const token: TToken); virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
index |
Integer |
Zero based index where the token should be inserted. |
const |
token |
TToken |
Token to insert. |
See also