Return the hash value of an item by index.
Source position: contnrs.pp line 252
public function TFPHashList.HashOfIndex( |
Index: Integer |
):LongWord; |
Index |
|
Index of item for which to return hash value. |
Hash value of item Index.
HashOfIndex returns the hash value of the item at position Index.
If Index is out of the valid range, an exception is raised.
|
Returns the key name of an item by index. |
|
|
Find data associated with key. |
|
|
Return index of named item. |
|
|
Find first element with given name and hash value. |