[Overview][Types][Classes][Procedures and functions][Index] |
Performs action needed when the form is deactivated.
Source position: timepopup.pas line 58
published procedure TTimePopupForm.FormDeactivate( |
Sender: TObject |
); |
Sender |
|
Object for the event notification. |
FormDeactivate reimplements the FormDeactivate event handler for the form. FormDeactivate call the Hide method to immediately hide the form. Otherwise, it would remain visible while in a Drag operation, for example. If not already active, the Close method is called prior to exiting from the method.
Version 4.0 | Generated 2025-05-03 | Home |