[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 553

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...).

The latest version of this document can be found at lazarus-ccr.sourceforge.net.