Unit 'Contnrs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

TFPHashObjectList.Destroy

Removes an instance of the hashlist from the heap.

Declaration

Source position: contnrs.pp line 309

public destructor TFPHashObjectList.Destroy; override;

Description

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.

See also

TFPHashObjectList.Create

  

Create a new instance of the hashlist.

TFPHashObjectList.Clear

  

Clear the list.


Documentation generated on: Jul 24 2023