Op 2010-10-27 14:57, Graeme Geldenhuys het geskryf: > Op 2010-10-27 14:49, Hans-Peter Diettrich het geskryf: >> >> Not so for file dropping (WM_DROPFILES). > > > way, does LCL actually have a platform independent API or component events > you can hook into for that?
Example: The first component I looked at now, the TMemo. There is no event handlers for File Dropping or any other application-to-application DND. I only see the "delphi compatible" events OnDragDrop and OnDragOver. They are pretty useless in this case, and only work inside your own application. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://opensoft.homeip.net:8080/fpgui/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
