RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDragObject.MouseDeltaY Property

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

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

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!