The Insert method inserts a token into the list at a specified position. Call Insert to insert a token into the list. Item is the token to insert, and Index indicates the position (zero-offset) where the token should be added.
Namespace: CommonInterfaces
Delphi |
public |
Parameters
Index
Type: Integer
Item
Type: IBaseStreamToken