RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPanel.OnDblClick Event

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

Pascal
property OnDblClick: TNotifyEvent;
C++
__property TNotifyEvent OnDblClick;

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!