[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'contnrs' (#fcl) |
Add a data pointer to the list.
Source position: contnrs.pp line 416
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 |
No notes exist for this page yet.