[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'contnrs' (#fcl) |
Add a new object to the hash table
Source position: contnrs.pp line 469
public procedure TFPObjectHashTable.Add( |
const aKey: String; |
AItem: TObject |
); virtual; |
aKey |
|
key Associated with object |
AItem |
|
Object to store |
Add adds the object AItem to the hash table, and associates it with key aKey.
If the key aKey is already in the hash table, an exception will be raised.
|
Key-based access to the objects |
No notes exist for this page yet.