Vcl.Controls.TControl.OnDblClick
Delphi
property OnDblClick: TNotifyEvent read FOnDblClick write FOnDblClick;
C++
__property System::Classes::TNotifyEvent OnDblClick = {read=FOnDblClick, write=FOnDblClick};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | protected | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TControl |
Description
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.