[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Key-based access to the objects
Source position: contnrs.pp line 500
public property TFPObjectHashTable.Items[index: string] : 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 |