Find first element with given name and hash value.
Source position: contnrs.pp line 329
public function TFPHashObjectList.FindWithHash( |
const AName: shortstring; |
AHash: LongWord |
):Pointer; |
AName |
|
Key value to search for. |
AHash |
|
Hash value of the key AName. |
Object instance associated with key AName.
FindWithHash searches for the object with key AName. It uses the provided hash value AHash to perform the search. If the object exists, the data object instance is returned, if not, the result is Nil.
|
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. |
|
|
Return index of named object. |