Navigation: Code Documentation > RSCommon > CommonInterfaces > Interfaces > IBaseStreamTokenList > Methods
IBaseStreamTokenList.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: CommonInterfaces
Delphi
public function IndexOf(const Item: IBaseStreamToken): Integer;
Parameters
Item
Type: IBaseStreamToken
Type: Integer
•CommonInterfaces.IBaseStreamTokenList.ValueCount
•CommonInterfaces.IBaseStreamTokenList.Value[Integer]
•CommonInterfaces.IBaseStreamToken
•IBaseStreamTokenList
•CommonInterfaces