[Overview][Types][Classes][Procedures and functions][Index] |
Initializes the window handle for the control.
Source position: comboex.pas line 303
protected procedure TCustomCheckCombo.InitializeWnd; override; |
InitializeWnd is an overridden method used to Initializes the window handle for the control. InitializeWnd ensures that the item states for check boxes defined in Items is initialized by calling the InitItemStates method. InitializeWnd call the inherited method, and sets the internal FRightToLeft flag used to track the BiDi mode for the control.
|
Synchronizes the control and its widgetset class instance when the handle is created. |
|
|
The list of items displayed in the combo-box control. |
|
|
Provides indexed access to the checked State for a check box defined in Items. |
|
|
Initializes check box state information for items in the control. |
|
|
Ensures that check box item state classes have been allocated for items in the control. |
Version 4.0 | Generated 2025-05-03 | Home |