[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Find data associated with key
Source position: contnrs.pp line 319
public function TFPHashObjectList.Find( |
const s: shortstring |
):TObject; |
s |
|
Key name to search for. |
Object associated with AName or Nil if it does not exist.
Find searches (using the hash) for the data object associated with key AName and returns the data object instance associated with it. If the object is not found, Nil is returned. It uses the hash value of the key to perform the search.
|
Return the hash valye of an object by index |
|
|
Returns the key name of an object by index |
|
|
Return the index of the object instance |
|
|
Return index of named object. |
|
|
Find first element with given name and hash value |