API:Vcl.Outline.TOutline.OnDblClick

From RAD Studio API Documentation

Delphi

property OnDblClick: TNotifyEvent read FOnDblClick write FOnDblClick;

C++

__property OnDblClick;

Properties

Type Visibility Source Unit Parent
event published
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline TOutline

Description

Occurs when the user double-clicks the left mouse button when the mouse pointer is over the control. {{#multireplace:Vcl.Outline.TOutline.OnDblClick|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Controls.TControl.OnDblClick|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Controls.TControl.OnDblClick|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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