Key-based access to the objects.
Source position: contnrs.pp line 508
public property TFPObjectHashTable.Items[index: Ansistring] : TObject |
Items provides access to the objects 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 instance.
|
Add a new object to the hash table. |