Return the hash value of an object by index.
Source position: contnrs.pp line 320
public function TFPHashObjectList.HashOfIndex( |
Index: Integer |
):LongWord; |
Index |
|
Index of object for which to return hash value. |
Hash value of object at position Index.
HashOfIndex returns the hash value of the object at position Index.
If Index is out of the valid range, an exception is raised.
|
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. |