The ValueCount property returns the number of tokens in the list. Use the Value and ValueCount property to iterate through all the tokens in the list.
Namespace: GStreams
Delphi |
public |
Property Value
Type: Integer
IBaseStreamTokenList.ValueCount
The following code iterates through the list of tokens and adds each token's ToString representation to a TListBox:
|