DragItem.NextItem

From Xojo Documentation

Method

DragItem.NextItem() As Boolean

Supported for all project types and targets.

Returns True if there is another item that has been dragged and assigns the next item's values to the DragItem properties.

Notes

Call this method on the dropped item to check if there are additional items you need to process. When called it, assigns the next item's values to the DragItem properties.