RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDirectoryListBox.DblClick Method

OnDblClick event dispatcher.

Pascal
procedure DblClick; override;
C++
virtual __fastcall DblClick();

DblClick calls any event handler attached to the OnDblClick event. Override DblClick to provide other responses in addition to the inherited event-handler call when the user double-clicks the control. 

The DblClick method is triggered by left mouse-button double-click message (WM_LBUTTONDBLCLK) from Windows. 

 

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