OnDblClick Event

Applies to TestComplete 15.62, last modified on March 19, 2024

Occurs when a component is double-clicked.

Declaration

OnDblClick(Sender) Parameters
Sender [in] Required Variant

Applies To

The event applies to the following components:

TcxButton, TcxButtonEdit, TcxCalcEdit, TcxCheckBox, TcxComboBox, TcxCurrencyEdit, TcxDateEdit, TcxGroupBox, TcxLabel, TcxListBox, TcxMemo, TcxMRUEdit, TcxRadioGroup, TcxSpinEdit, TcxTextEdit, TcxTimeEdit, TImage, TPanel

Description

The OnDblClick event occurs when a component is double-clicked by the left mouse button. You can create an event handler for the OnClick event to perform specific actions upon a double-click over the component.

Parameters

The event has the following parameter:

Sender

Contains a reference to the user form component that has raised the event. That is, the component that was double-clicked.

Remarks

When a component is double-clicked, events occur in the following order:

See Also

Handling Events in User Forms
OnClick Event

Highlight search results