Form.OnMDIActivate

Syntax

Sub OnMDIActivate(Sender: Object; Args: IMDIActivateEventArgs);

Begin

//set of operators;

End Sub OnMDIActivate;

Parameters

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

The Args parameter allows to determine event parameters.

Description

The OnMDIActivate event occurs when the active MDI child form is changed. This event should be processed for the MDI child forms.

See also:

Form