RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMouse.DragImmediate Property

Specifies whether clicking the left mouse button starts a drag event immediately.

Pascal
property DragImmediate: Boolean;
C++
__property Boolean DragImmediate;

Use DragImmediate to determine whether clicking the left mouse button starts a drag event immediately. If DragImmediate is false, then drag events are delayed until the mouse cursor is moved the number of pixels specified in the DragThreshold property. 

 

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