[Overview][Types][Classes][Procedures and functions][Index] |
Removes all state classes allocated for the check boxes in the control.
Source position: comboex.pas line 298
protected procedure TCustomCheckCombo.ClearItemStates; |
ClearItemStates is a procedure used to remove all state information classes allocated for the check boxes in the control. ClearItemStates iterates over the Items defined in the control, and frees the TCheckBoxState class instances stored in its Objects property.
ClearItemStates is used in the implementation of the SetItems, AssignItems, and Clear methods.
|
The list of items displayed in the combo-box control. |
|
|
Assigns the content in the specified TStringList to the Items in the control. |
|
|
Removes the values stored in the Items property. |
Version 4.0 | Generated 2025-05-03 | Home |