[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 350

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

  

Invoke the OnExit event handler.

TWinControl.OnExit

  

Handler for control loosing the focus; This is a good place for checking the finished user input.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.