[Overview][Types][Classes][Procedures and functions][Index] |
Performs actions needed when the form is closed.
Source position: timepopup.pas line 56
published procedure TTimePopupForm.FormClose( |
Sender: TObject; |
var CloseAction: TCloseAction |
); |
Sender |
|
Object for the event notification. |
CloseAction |
|
Close action to perform on exit form the method. |
FormClose reimplements the FormClose event handler for the form to ensure that the FormDeactivate method is removed from the registered deactivate handlers in the global Application instance. FormClose sets the value in CloseAction to caFree to free the form instance.
|
Performs action needed when the form is deactivated. |
|
|
The TApplication singleton. |
|
|
Removes an application deactivation handler. |
Version 4.0 | Generated 2025-05-03 | Home |