Form.OnClose

Syntax

OnClose(Sender: Object; Args: IEventArgs);

Parameters

Sender. The parameter that returns the component that has generated the event.

Args. The parameter that enables the user to determine event parameters.

Description

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:

Form