I publish this component simultaneously with TDragDropFilesEx to avoid a brutal code breaking that could discourage some programmers. Probably, I won't enhance the component any longer.
Shortcuts does only support the component TDragDropFilesEx!
inherited properties |
Click here |
FileList public |
For Target: Use this stringlist in OnProcessDropped, if you want to get the dropped files. For Source: Add the files to the stringlist, which you want to d&d, before calling Execute. |
inherited events |
Click here |
inherited methods |
Click here |
Execute public |
Call this method, if you detect that the user wants to start a d&d-operation (i.e.: MouseDown+MouseMove). -> FileList
For drag detection you can also use the inherited property AutoDetectDnD or the method StartDnDDetection. If you are using a grid, check the section "Known Bugs" in the docu of the TDragDrop component. |
© 1998 by Dieter Steinwedel