Updates the control when the CM_EXIT control message is handled.
Source position: stdctrls.pp line 350
protected procedure TCustomComboBox.DoExit; override; |
DoExit is an overridden method in TCustomComboBox used to perform actions needed when the CM_EXIT control message is handled for the control. DoExit sets the value in AutoSelected to False, and calls the inherited method to signal the OnExit event handler (when assigned).
|
True indicates that the selection was marked automatically by the control. |
|
|
Signals the OnExit event handler (when assigned) when the control loses focus. |
|
|
Event handler signalled when the control loses focus. |
| Version 4.4 | Generated 2025-11-08 | Home |