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

TCustomForm.CloseQuery

Asks the OnCloseQuery handler whether the form can close.

Declaration

Source position: forms.pp line 620

public function TCustomForm.CloseQuery: Boolean; virtual;

See also

TCustomForm.OnCloseQuery

  

Handler called before the form is closed. It can reject an close request.

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