Vcl.StdCtrls.TEdit.OnDblClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDblClick: TNotifyEvent read FOnDblClick write FOnDblClick;

C++

__property OnDblClick;

Properties

Type Visibility Source Unit Parent
event published
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TEdit

Description

Occurs when the user double-clicks the left mouse button when the mouse pointer is over the control.

Vcl.StdCtrls.TEdit.OnDblClick inherits from Vcl.Controls.TControl.OnDblClick. All content below this line refers to Vcl.Controls.TControl.OnDblClick.

Occurs when the user double-clicks the left mouse button when the mouse pointer is over the control.

Use the OnDblClick event to respond to mouse double-clicks.

OnDblClick is an event handler of type System.Classes.TNotifyEvent.

See Also