Window.DropObject
From Xojo Documentation
Event
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 |