[Overview][Constants][Types][Classes][Procedures and functions][Index] |
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.0 | Generated 2025-05-03 | Home |