Add a data pointer to the list.
Source position: contnrs.pp line 441
public procedure TFPDataHashTable.Add( |
const aKey: AnsiString; |
AItem: pointer |
); virtual; |
aKey |
|
Key to insert in the hash table. |
AItem |
|
Data pointer associated with AKey. |
Add adds a data pointer (AItem) to the list with key AKey.
If AKey already exists in the table, an exception is raised.
|
Key-based access to the items in the table. |