[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Add a data pointer to the list.
Source position: contnrs.pp line 427
public procedure TFPDataHashTable.Add( |
const aKey: string; |
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 |