[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Handler called before the form is closed. It can reject an close request.
Source position: forms.pp line 669
public property TCustomForm.OnCloseQuery: TCloseQueryEvent |
An OnCloseQuery handler can check for unsaved information, ask the user whether it's okay to save or discard changes, or simply reject the close request.