Returns the key name of an object by index.
Source position: contnrs.pp line 324
| public function TFPHashObjectList.NameOfIndex( | 
| Index: Integer | 
| Index | 
 | Index of object for which to return name. | 
Key name of object at position Index.
NameOfIndex returns the key name of the object at position Index.
If Index is out of the valid range, an exception is raised.
| 
 | Return the hash value of an object by index. | |
| 
 | Find data associated with key. | |
| 
 | Return index of named object. | |
| 
 | Find first element with given name and hash value. |