[Overview][Types][Classes][Procedures and functions][Index] |
Removes the values stored in the Items property.
Source position: comboex.pas line 319
public procedure TCustomCheckCombo.Clear; override; |
Clear is an overridden procedure in TCustomCheckCombo used to remove check box item state information. Clear calls ClearItemStates to free TCheckComboItemState classes instances stored in the Objects property in Items. Clear calls the inherited method prior to exit to remove its contents.
|
Removes all state classes allocated for the check boxes in the control. |
|
|
Represents state and data for a check box item displayed in TCustomCheckCombo. |
Version 4.0 | Generated 2025-05-03 | Home |