Navigation: Code Documentation > RSFuzzyLogic > FuzzyInterfaces > Interfaces > IFuzzyStreamTokenList > Methods
IFuzzyStreamTokenList.IndexOf(IFuzzyStreamToken) 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: FuzzyInterfaces
Delphi
public function IndexOf(const Item: IFuzzyStreamToken): Integer;
Parameters
Item
Type: IFuzzyStreamToken
Type: Integer
•IFuzzyStreamTokenList
•FuzzyInterfaces