Clear the hash table.
Source position: contnrs.pp line 398
| 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. |