[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Return the hash valye of an item by index
Source position: contnrs.pp line 244
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.
TFPHashList.HashOfName |
||
|
Find data associated with key |
|
|
Return index of named item. |
|
|
Find first element with given name and hash value |