OnDblClick

Syntax

Sub OnDblClick(Sender: Object; Args: IMouseEventArgs);

Begin

//set of operators;

End Sub OnDblClick;

Parameters

Sender. Parameter that returns the component that has generated the event.

Args. Parameter that enables the user to determine event parameters.

Description

The OnDblClick event occurs if the user double-clicks the component area.

Comments

The event is not supported by the Button, PPButton components. The Frame component handles the event only when a form is loaded to it.

See also:

IControl