[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'TimePopup' (#lcl)

TTimePopupForm.FormClose

Performs actions needed when the form is closed.

Declaration

Source position: timepopup.pas line 56

published procedure TTimePopupForm.FormClose(

  Sender: TObject;

  var CloseAction: TCloseAction

);

Arguments

Sender

  

Object for the event notification.

CloseAction

  

Close action to perform on exit form the method.

Description

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.

See also

TTimePopupForm.FormDeactivate

  

Performs action needed when the form is deactivated.

Application

  

The TApplication singleton.

TApplication.RemoveOnDeactivateHandler

  

Removes an application deactivation handler.


Version 4.0 Generated 2025-05-03 Home