RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDragImageList.DragMove Method

Moves the drag image set by SetDragImage to a new position specified by X and Y within its currently associated window while the window is in drag mode.

Pascal
function DragMove(X: Integer; Y: Integer): Boolean;
C++
__fastcall Boolean DragMove(int X, int Y);

Use the DragMove method to move the image that is being dragged during a drag-and-drop operation. DragMove returns true if successful. 

 

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