landrix / The-Drag-and-Drop-Component-Suite-for-Delphi

MIT License
161 stars 57 forks source link

How to Combine VCL DragDrop with DropSourceURL? #40

Open bcp-software opened 4 years ago

bcp-software commented 4 years ago

I've got a VCL based App which used a lot of internal drag and drop functionality. How would I combine that, with the ability to drag items outside the App, using the DropSourceURL component?

I don't seem to find a demo which can perform both drag and drop functionality at the same time. Can you help of give me a pointer?