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