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