[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Handles the CM_EXIT control message for the control.
Source position: controls.pp line 2135
protected procedure TWinControl.CMExit( |
var Message: TLMessage |
); message; |
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).
|
Invoke the OnExit event handler. |
|
|
Handler for control loosing the focus; This is a good place for checking the finished user input. |
lazarus-ccr.sourceforge.net |