Vcl.ExtCtrls.TCategoryPanelGroup.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.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCategoryPanelGroup

Description

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

Vcl.ExtCtrls.TCategoryPanelGroup.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