Returns the key name of an item by index.
Source position: contnrs.pp line 251
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 value of an item by index. |
|
|
Find data associated with key. |
|
|
Return index of named item. |
|
|
Find first element with given name and hash value. |