Key-based access to the items in the table.
Source position: contnrs.pp line 442
public property TFPDataHashTable.Items[index: AnsiString] : 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. |