[Overview][Types][Classes][Procedures and functions][Index] |
Implements the OnClose event handler for the form.
Source position: calendarpopup.pas line 34
procedure TCalendarPopupForm.FormClose( |
Sender: TObject; |
var CloseAction: TCloseAction |
); |
Sender |
|
Object for the event notification. |
CloseAction |
|
Close action to perform on exit from the event handler. |
Ensures that the FormDeactivate method is removed from the registered OnDeactivate handlers in Application. The value in CloseAction is set to caFree in the method.
Version 4.0 | Generated 2025-05-03 | Home |