Clears the value in AutoSelected when the control loses focus.
Source position: stdctrls.pp line 807
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. |
|
|
Handler for control losing the focus; This is a good place for checking the finished user input. |
|
|
Handles the CM_EXIT control message for the control. |
CT Web help |
CodeTyphon Studio |