In Delphi XE can I allow my form to accept file \'drag and drop\' but without having to handle bare windows messages?
You have to either write code yourself, or install a 3rd party product like DropMaster, which lets you do drag and drop in much older Delphi versions as well.
--jeroen