Multi Drag and Drop from finder to listbox

For Mac

the xojo DropObject apparently only can accommodate one file at a time.
Does any one know how to accomplish multi file drag and drop ?

you must handle a loop using dropitem.nextItem to get all the items in the dropitem.

https://documentation.xojo.com/api/user_interface/desktop/dragitem.html#dragitem-nextitem

That did the rick Jean - thank you