[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Moves the drag image to the specified position.
Source position: controls.pp line 426
public function TDragImageListResolution.DragMove( |
X: Integer; |
Y: Integer |
):Boolean; |
X |
|
New horizontal coordinate for the drag image. |
Y |
|
New vertical coordinate for the drag image. |
True if the drag image is already active and its position is updated in the widgetset class.
DragMove is a Boolean function used to move the drag image in the resolution to the position specified in the X and Y arguments.
The return value indicates that the Dragging property is already set to True, and that the widgetset class was able to perform the move operation. An internal member with the last position for the drag image is updated when the method is successfully completed.
DragMove is called from the corresponding method in TDragImageList.
|
List with images used in Drag and Drop operations. |
|
|
Gets the scaled image resolution with the drag images for the list. |
|
|
Shows the drag image at a new location. |
Version 4.0 | Generated 2025-05-03 | Home |