[Overview][Types][Classes][Procedures and functions][Index] |
Closes the drop down displayed for the control.
Source position: comboex.pas line 299
protected procedure TCustomCheckCombo.CloseUp; override; |
CloseUp is overridden in TCustomCheckCombo to use the internal member which tracks the visibility for the drop down portion of the control. When it is already visible, the flag value is toggled and the Update method is called to refresh the control. Otherwise, the inherited method is called to perform actions defined in the ancestor class.
Use the DropDown method to make the drop down portion of control visible.
|
Signals the OnDropDown event handler. |
|
|
Called when the drop-down list is closed. |
|
|
Redraws invalidated parts of the control immediately. |
Version 4.0 | Generated 2025-05-03 | Home |