Add a new string to the hash list.
Source position: contnrs.pp line 469
public procedure TFPStringHashTable.Add( |
const aKey: AnsiString; |
const aItem: AnsiString |
); 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. |