| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Key-based access to the items in the table
Source position: contnrs.pp line 434
|  public property TFPDataHashTable.Items[index: string] : Pointer | 
Items provides access to the items in the hash table using their key: the array index Index is the key. A key which is not present will result in an Nil pointer.
| 
 | Add a new string to the hash list |