[Overview][Types][Classes][Procedures and functions][Index] |
Displays the drop down for the combo-box.
Source position: comboex.pas line 301
protected procedure TCustomCheckCombo.DropDown; override; |
DropDown is an overridden method used to display the drop down for the combo-box if it is not already visible. DropDown calls the inherited method to trigger the OnDropDown method (when assigned). When the drop down is already visible, the value in an enabled at ItemIndex is Toggled.
|
Provides indexed access to the Boolean enabled value for a check box defined in Items. |
|
|
Toggles the checked state for the check box at the specified position. |
|
|
The index of the currently selected item, or -1 if no item is selected. |
|
|
Signals the OnDropDown event handler. |
|
|
Handler invoked when the list has dropped down. |
Version 4.0 | Generated 2025-05-03 | Home |