| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Return the index of the object instance
Source position: contnrs.pp line 318
public function TFPHashObjectList.IndexOf(  | 
AObject: TObject  | 
):Integer;  | 
AObject  | 
  | 
Data object instance to search for.  | 
Index of Item in the list.
IndexOf returns the index of the first occurrence of object instance AObject. If the object is not in the list, -1 is returned.
The performed search is linear, and not very efficient.
  | 
Return the hash value of an object by index  | 
|
  | 
Returns the key name of an object by index  | 
|
  | 
Find data associated with key  | 
|
  | 
Return index of named object.  | 
|
  | 
Find first element with given name and hash value  |