Form.OnActivate

Syntax

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

Begin

//set of operators;

End Sub OnActivate;

Parameters

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

The Args parameter allows 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