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: FuzzyInterfaces
Delphi |
public |
Parameters
Index
Type: Integer
Item
Type: IFuzzyStreamToken
Reference |