Navigation: Code Documentation > RSCommon > GLists > Classes > TGStringQueue > Methods
TGStringQueue.IndexOfString(String) Method
Returns the index of the node in the queue that contains the input String. If the input string is not found, the function returns -1.
Namespace: GLists
Delphi
public function IndexOfString( const Value: String ): Integer;
Parameters
Value
Type: String
Type: Integer
•GLists.TGStringQueue.FindString(String)
•GLists.TSQStringNode
•TGStringQueue
•GLists