RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.Dragging Method

Indicates whether a control is being dragged.

Pascal
function Dragging: Boolean;
C++
__fastcall Boolean Dragging();

Use Dragging to determine the drag state of the control. If Dragging returns true, the control is being dragged. If Dragging is false, the control is not being dragged. 

 

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