inherited properties |
Click here |
ScrapFileName public |
If you drop the URL string on the desktop, there will be created a link to the URL. These link files are called "Scrap Files". With this property you can set the filename. |
URL public |
For Target: Use this string in OnProcessDropped, if you want to get the dropped URL. For Source: Add the URL to this string, 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). -> URL
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