Destructor for the class instance.
Source position: stdctrls.pp line 613
public destructor TCustomListBox.Destroy; override; |
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.
|
Constructor for the class instance. |
|
|
The list of all items defined in the control. |
|
|
Drawing surface where the control is drawn. |
| Version 4.4 | Generated 2025-11-08 | Home |