[Overview][Types][Classes][Procedures and functions][Index] |
Performs actions needed when the component has finished loading from the LCL streaming mechanism.
Source position: comboex.pas line 308
protected procedure TCustomCheckCombo.Loaded; override; |
Loaded is an overridden method used to perform actions needed when the component has finished loading from the LCL streaming mechanism. Loaded calls the inherited method, and calls InitItemStates to allocate TCheckComboItemState instances (when needed) for the check box Items defined in the control.
|
Initializes check box state information for items 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 |