[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#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.