RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDragObject.MouseDeltaX Property

Specifies the x-coordinate of the mouse position relative to the position of the dragged object's target.

Pascal
property MouseDeltaX: Double;
C++
__property Double MouseDeltaX;

Use MouseDeltaX to determine the x-coordinate of the mouse position relative to the position where the dragged object would appear if released on the current target. 

 

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