[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#lcl)

TCustomComboBox.DoExit

Updates the control when the CM_EXIT control message is handled.

Declaration

Source position: stdctrls.pp line 349

protected procedure TCustomComboBox.DoExit; override;

Description

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).

See also

TCustomComboBox.AutoSelected

  

True indicates that the selection was marked automatically by the control.

TWinControl.DoExit

  

Signals the OnExit event handler (when assigned) when the control loses focus.

TWinControl.OnExit

  

Event handler signalled when the control loses focus.


Version 3.2 Generated 2024-02-25 Home