[Overview][Types][Classes][Procedures and functions][Index] |
Destructor for the class instance.
Source position: comboex.pas line 316
public destructor TCustomCheckCombo.Destroy; override; |
Destroy is the overridden destructor for the class instance. Destroy calls ClearItemStates to free the TCheckComboItemState instances allocated for Items in the control. Destroy calls the inherited destructor.
|
Removes all state classes allocated for the check boxes in the control. |
|
|
The list of items displayed in the combo-box control. |
|
|
Represents state and data for a check box item displayed in TCustomCheckCombo. |
Version 4.0 | Generated 2025-05-03 | Home |