RAD Studio VCL Reference
|
OnDblClick event dispatcher.
procedure DblClick; dynamic;
__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!
|