[Overview][Classes][Index] |
Returns the index of a string in the list of strings
Source position: inifiles.pp line 74
public function THashedStringList.IndexOf( |
const S: String |
):Integer; override; |
S |
|
String to locate in the list |
Index of S or -1 if S is not in the list.
IndexOf overrides the TStringList.IndexOf method and uses the hash values to look for the location of S.
TStringList.IndexOf |
||
|
Return the index of a name in the list of name=value pairs |
lazarus-ccr.sourceforge.net |