Vcl.Controls.TDragImageList.DragMove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DragMove(X, Y: Integer): Boolean;

C++

bool __fastcall DragMove(int X, int Y);

Properties

Type Visibility Source Unit Parent
function public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDragImageList

Description

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.

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

See Also