Handles the CM_ENTER control message for the control.
Source position: controls.pp line 2134
protected procedure TWinControl.CMEnter( |
var Message: TLMessage |
); message; |
Message |
|
Message handled in the method. |
CM_ENTER and CM_EXIT messages occur when the active control is changed on a form.
Calls DoEnter to signal the OnEnter event handler (when assigned).
|
Signals the OnEnter event handler (when assigned) when the control receives focus. |
|
|
Handler for control receiving the focus. |