Clears the value in AutoSelected when the control loses focus.
Source position: stdctrls.pp line 806
protected procedure TCustomEdit.DoExit; override; |
DoExit is an overridden method in TCustomEdit. It ensures that the AutoSelected property is set to False prior to signalling the OnExit event handler (when assigned) in the ancestor class. DoExit is called when the CM_EXIT control message is handled in the ancestor class.
|
Signals the OnExit event handler (when assigned) when the control loses focus. |
|
|
Event handler signalled when the control loses focus. |
|
|
Handles the CM_EXIT control message for the control. |
CT Web help |
CodeTyphon Studio |