[Overview][Types][Classes][Procedures and functions] |
Free the hash table.
Source position: contnrs.pp line 231
public destructor TFPHashTable.Destroy; override; |
Destroy removes 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.
None.
|
Free the hash table. |
|
|
Instantiate a new TFPHashTable instance using the default hash mechanism |
|
|
Instantiate a new TFPHashTable instance with given algorithm and size |
|
|
Data associated with this hash value. |