Window.DropObject

From Xojo Documentation

Event


Window.DropObject(Obj as DragItem, Action as Integer)

Supported for all project types and targets.

The item represented by Obj has been dropped on the window.

Notes

The Action parameter specifies the drag action. It can take the following class constants of the DragItem class:

Class Constant
DragActionDefault
DragActionCopy
DragActionMove
DragActionLink