Provides access to each token in the list. Use Value to directly access a token in the list. Index identifies each token by its position in the list, where 0 is the first item, 1 is the second item, and so on.
Namespace: FuzzyInterfaces
Delphi |
public |
Parameters
Index
Type: Integer
Type: IFuzzyStreamToken
The Value property is the default property - this means that the name of the property can be omitted in code, and the subscript applied directly to the interface |
Reference |