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

TCustomForm.DoClose

Notifies the form close handlers.

Declaration

Source position: forms.pp line 522

protected procedure TCustomForm.DoClose(

  var CloseAction: TCloseAction

); virtual;

See also

TFormHandlerType.fhtClose

  

Notified on form Close.

TCustomForm.OnClose

  

Handler called when the form is closed. It determines what happens to the form (destroy, hide...).