API:Vcl.ValEdit.TValueListEditor.OnDblClick
Delphi
property OnDblClick;
C++
__property OnDblClick;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | Vcl.ValEdit.pas Vcl.ValEdit.hpp |
Vcl.ValEdit | TValueListEditor |
Description
Occurs when the user double-clicks the left mouse button when the mouse pointer is over the control.
Vcl.ValEdit.TValueListEditor.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.