Icon Close Method

procedure Close

Usage

Available In: Visual Client Applications

Use this method to close the form. When this method is called, the OnCloseQuery event is triggered, followed by the OnClose event. If the OnCloseQuery event handler returns True, then the form will be hidden before the OnClose event is triggered.
Image