Closes the form.
Source position: forms.pp line 709
public procedure TCustomForm.Close; |
Close does not necessarily destroy the form. Modal forms only are hidden. When the MainForm is closed, the application terminates.
An OnCloseQuery handler can refuse to allow the form to close.
|
Asks the OnCloseQuery handler whether the form can be closed. |
CT Web help |
CodeTyphon Studio |