Hi, excuse for this maybe newbie question... I would like to build a GUI application with Lazarus that have a GUI object were dragging and dropping single or multiple files (and maybe directories) from the system (Linux and Windows but ideally not system dependent); the GUI's component object should accept drag and drop action and show the dropped files as a filename (possibly with system's icon asociated to the files) so the component should receive as parameter, at least, the qualified filename of the dragged file.
What kind of Lazarus objects could I use for starting implementing a thing like this?
Thank you in advance for any hint!