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