[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Handles the CM_EXIT control message for the control.
Source position: controls.pp line 2205
protected procedure TWinControl.CMExit( |
var Message: TLMessage |
); message; |
Message |
|
Control message handled in the method. |
CM_ENTER and CM_EXIT messages occur when the active control is changed on a form.
Calls DoExit to signal the OnExit event handler (when assigned).
|
Signals the OnExit event handler (when assigned) when the control loses focus. |
|
|
Event handler signalled when the control loses focus. |
Version 4.0 | Generated 2025-05-03 | Home |