Drag-and-Drop Functions (Magic xpa 4.x)
DragSetCrsr – Determines whether the cursor file is defined as Copy mode or as None mode. This function is not supported in Rich Client tasks.
DragSetData – Determines the data content and format of a control that is not defined for automatic data handling. This function also lets you assign the data content to a different data format.
DropFormat – Checks whether a defined data format is supported by a drop operation.
DropGetData – Retrieves the data from the drag and drop operation using the defined format.
DropMouseX – Retrieves the Mouse Cursor X coordinate of the current form when the dragged data value is dropped.
DropMouseY – Retrieves the Mouse Cursor Y coordinate of the current form when the data value is dropped.
See also:
How Do I Copy Data Within an Application by Dragging It?
How Do I Drag Data from Magic xpa to External Applications?