[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Returns the key name of an item by index
Source position: contnrs.pp line 243
public function TFPHashList.NameOfIndex( |
Index: Integer |
):ShortString; |
Index |
|
Index of item for which to return name |
Key name of item Index
NameOfIndex returns the key name of the item at position Index.
If Index is out of the valid range, an exception is raised.
|
Return the hash valye of an item by index |
|
|
Find data associated with key |
|
|
Return index of named item. |
|
|
Find first element with given name and hash value |