[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#lcl)

TCustomListBox.Destroy

Destructor for the class instance.

Declaration

Source position: stdctrls.pp line 613

public destructor TCustomListBox.Destroy; override;

Description

Destroy is the overridden destructor for the class instance. Destroy frees resources allocated for the Items and Canvas properties. Destroy calls the inherited destructor prior to exiting from the method.

See also

TCustomListBox.Create

  

Constructor for the class instance.

TCustomListBox.Items

  

The list of all items defined in the control.

TCustomListBox.Canvas

  

Drawing surface where the control is drawn.


Version 4.0 Generated 2025-05-03 Home