[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Removes an instance of the hashlist from the heap
Source position: contnrs.pp line 308
public destructor TFPHashObjectList.Destroy; override; |
Destroy cleans up the memory structures maintained by the hashlist and removes the TFPHashObjectList instance from the heap. If the list owns its objects, they are freed from memory as well.
Destroy should not be called directly, it's better to use Free or FreeAndNil instead.
|
Create a new instance of the hashlist |
|
|
Clear the list |