OnClose(Sender: Object; Args: IEventArgs);
Sender. The parameter that returns the component that has generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnClose event occurs right before form closing after execution of the OnCloseQuery event. It is usually used to change the standard behavior of the form on closing.
See also: