[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Clear the hash table.
Source position: contnrs.pp line 387
public procedure TFPCustomHashTable.Clear; virtual; |
Clear removes all keys and their associated data from the hash table. The data itself is not freed from memory, this should be done by the programmer.
None.
|
Free the hash table. |