RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDragObject.DragTargetPos Property

Specifies the position of the drag object relative to the drag target.

Pascal
property DragTargetPos: TPoint;
C++
__property TPoint DragTargetPos;

Use DragTargetPos to get the position of the dragged object relative to the upper left corner of the drag target. To get the position of the dragged object in screen coordinates, use the DragPos property instead. 

 

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