Unit 'Forms' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCustomForm.CloseQuery

Asks the OnCloseQuery handler whether the form can be closed.

Declaration

Source position: forms.pp line 641

public function TCustomForm.CloseQuery: Boolean; virtual;

See also

TCustomForm.OnCloseQuery

  

Event handler signalled when trying to close a form.