[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs actions when the form loses focus.
Source position: forms.pp line 637
protected procedure TCustomForm.Deactivate; virtual; |
Called when the form loses focus in the application. It signals the OnDeactivate event handler (when assigned). Called from the CMDeactivate and WndProc methods.
|
Handler signalled when the form is deactivated (loses focus). |
|
|
Signals the OnActivate event handler when a form is focused in an application. |
|
|
Handler signalled when the form instance receives focus. |
|
|
Handles the CM_DEACTIVATE control message for the form. |
|
|
The general message handler for this control. |
Version 4.0 | Generated 2025-05-03 | Home |