Performs actions when the form loses focus.
Source position: forms.pp line 641
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. |
CT Web help |
CodeTyphon Studio |