Performs actions when the form loses focus.
Source position: forms.pp line 572
protected procedure TCustomForm.Deactivate; virtual; |
Called when the form loses focus in the application. Signals the OnDeactivate event handler (when assigned). Called from the CMDeactivate and WndProc methods.
|
Handler called when the form is deactivated (loses focus). |
|
|
Handles the CM_DEACTIVATE control message for the form. |
|
|
The general message handler for this control. |