Form.OnActivate

Syntax

Sub OnActivate(Sender: Object; Args: IEventArgs);

Begin

//set of operators;

End Sub OnActivate;

Parameters

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

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

Description

The OnActivate event occurs when the form or one of its child components receives focus.

Comments

This event does not occur if:

See also:

Form