[Overview][Types][Classes][Procedures and functions] |
Delete a key from the hash list.
Source position: contnrs.pp line 235
public procedure TFPHashTable.Delete( |
const aKey: String |
); virtual; |
aKey |
|
Key to delete from the list |
Deletedeletes all keys with value AKeyfrom the hash table. It does not free the data associated with key. If AKeyis not in the list, nothing is removed.
None.
|
Search for an item with a certain key value. |
|
|
Add a new key and its associated data to the hash. |