Navigation: Code Documentation > RSCommon > GStreams > Classes > TBaseStreamTokenList > Methods
TBaseStreamTokenList.IndexOf(IBaseStreamToken) Method
The IndexOf method returns the index of an token. Call IndexOf to obtain the index of an token. If the Item is not found, this method returns -1.
Namespace: GStreams
Delphi
public function IndexOf(const Item: IBaseStreamToken): Integer;
Parameters
Item
Type: IBaseStreamToken
Type: Integer
IBaseStreamTokenList.IndexOf(IBaseStreamToken)
•GStreams.TBaseStreamTokenList.ValueCount
•GStreams.TBaseStreamTokenList.Value[Integer]
•CommonInterfaces.IBaseStreamToken
•TBaseStreamTokenList
•GStreams