Return index of named object.
Source position: contnrs.pp line 328
public function TFPHashObjectList.FindIndexOf(  | 
const s: shortstring  | 
):Integer;  | 
s  | 
  | 
Key value to look for.  | 
Index of the key.
FindIndexOf returns the index of the key AName, or -1 if the key does not exist in the list. It uses the hash value to search for the key.
  | 
Return the hash value of an object by index.  | 
|
  | 
Returns the key name of an object by index.  | 
|
  | 
Return the index of the object instance.  | 
|
  | 
Find data associated with key.  | 
|
  | 
Find first element with given name and hash value.  |