The Value property 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. 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.
Namespace: CommonInterfaces
Delphi |
public |
Parameters
Index
Type: Integer
Type: IBaseStreamToken
The following code iterates through the list of tokens and adds each token's ToString representation to a TListBox: Delphi |
var |