Signals the OnExit event handler (when assigned) when the control loses focus.
Source position: controls.pp line 2193
protected procedure TWinControl.DoExit; virtual; |
DoExit is called from the CMExit method when a CM_EXIT message is received for the control. The event handler allows actions to be performed when the control loses focus, either by using keyboard navigation or by mouse click in the client area for another control.
|
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. |
|
|
Signals the OnEnter event handler (when assigned) when the control receives focus. |
|
|
Handler for control receiving the focus. |
CT Web help |
CodeTyphon Studio |