[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'contnrs' (#fcl) |
Add a new string to the hash list
Source position: contnrs.pp line 437
public procedure TFPStringHashTable.Add( |
const aKey: String; |
const aItem: String |
); virtual; |
aKey |
|
Key value associated with aItem |
aItem |
|
String data |
Add adds a new string AItem to the hash list with key AKey.
If a string with key Akey already exists in the hash table, an exception will be raised.
|
Key based access to the strings in the hash table |
No notes exist for this page yet.