OnDeactivate(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 OnDeactivate event occurs when the form or one of its child components loses focus.
This event does not occur if:
Focus is passed between child components placed on the form.
Form is connected to the components Frameor ControlBar.
Current form is a MDI child form.
See also: