[Overview][Types][Classes][Procedures and functions] Reference for unit 'contnrs' (#fcl)

TFPHashTable.Clear

Clear the hash table.

Declaration

Source position: contnrs.pp line 233

public procedure TFPHashTable.Clear; virtual;

Description

Clearremoves 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.

Errors

None.

See also

Destroy

  

Free the hash table.