| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Add a new string to the hash list
Source position: contnrs.pp line 461
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  |