[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Close the form.
Source position: forms.pp line 619
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 deny to close the form.
|
Asks the OnCloseQuery handler whether the form can close. |
lazarus-ccr.sourceforge.net |