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

TFPHashTable.Destroy

Free the hash table.

Declaration

Source position: contnrs.pp line 231

public destructor TFPHashTable.Destroy; override;

Description

Destroyremoves the hash table from memory. If any data was associated with the keys in the hash table, then this data is not freed. This must be done by the programmer.

Errors

None.

See also

Destroy

  

Free the hash table.

Create

  

Instantiate a new TFPHashTableinstance using the default hash mechanism

Create

  

Instantiate a new TFPHashTableinstance with given algorithm and size

THTNode.Data

  

Data associated with this hash value.