DragDrop

所属分类:Pascal/Delphi编程
开发工具:Delphi
文件大小:463KB
下载次数:4
上传日期:2013-05-29 14:33:10
上 传 者Santana
说明:  Drag and Drop Controls

文件列表:
DragDrop\Demos\Adapters\Adapter.dof (98, 2010-08-17)
DragDrop\Demos\Adapters\Adapter.dpr (218, 2001-05-18)
DragDrop\Demos\Adapters\Adapter.res (876, 2007-05-30)
DragDrop\Demos\Adapters\Main.dfm (3008, 2010-09-24)
DragDrop\Demos\Adapters\Main.pas (1812, 2001-05-18)
DragDrop\Demos\AsyncSource\AsyncTransferSource.dof (98, 2010-08-17)
DragDrop\Demos\AsyncSource\AsyncTransferSource.dpr (230, 2001-05-18)
DragDrop\Demos\AsyncSource\AsyncTransferSource.res (876, 2007-05-30)
DragDrop\Demos\AsyncSource\main.dfm (158895, 2010-09-24)
DragDrop\Demos\AsyncSource\main.pas (12143, 2009-02-07)
DragDrop\Demos\AsyncSource with Filestreams\AsyncFTPClient.dof (98, 2010-08-17)
DragDrop\Demos\AsyncSource with Filestreams\AsyncFTPClient.dpr (321, 2006-03-13)
DragDrop\Demos\AsyncSource with Filestreams\AsyncFTPClient.res (876, 2007-05-30)
DragDrop\Demos\AsyncSource with Filestreams\main.dfm (136352, 2010-09-24)
DragDrop\Demos\AsyncSource with Filestreams\main.pas (25038, 2009-11-22)
DragDrop\Demos\AsyncSource with Filestreams\RingbufferStream.pas (10687, 2009-01-25)
DragDrop\Demos\AsyncSource with Filestreams\Throbber.res (46172, 2006-03-14)
DragDrop\Demos\AsyncTarget\AsyncTransferTarget.dof (101, 2010-08-17)
DragDrop\Demos\AsyncTarget\AsyncTransferTarget.dpr (230, 2003-02-07)
DragDrop\Demos\AsyncTarget\AsyncTransferTarget.res (1924, 2009-01-26)
DragDrop\Demos\AsyncTarget\main.dfm (6356, 2010-09-24)
DragDrop\Demos\AsyncTarget\main.pas (8661, 2009-02-23)
DragDrop\Demos\AutoScroll\AutoScroll.dof (98, 2010-08-17)
DragDrop\Demos\AutoScroll\AutoScroll.dpr (239, 2001-05-18)
DragDrop\Demos\AutoScroll\AutoScroll.res (876, 2007-05-30)
DragDrop\Demos\AutoScroll\main.dfm (3247, 2010-09-24)
DragDrop\Demos\AutoScroll\main.pas (4102, 2003-01-21)
DragDrop\Demos\ComboTargetDemo\ComboTargetDemo.dof (2326, 2010-08-17)
DragDrop\Demos\ComboTargetDemo\ComboTargetDemo.dpr (226, 2001-05-18)
DragDrop\Demos\ComboTargetDemo\ComboTargetDemo.res (1832, 2009-01-26)
DragDrop\Demos\ComboTargetDemo\main.dfm (7417, 2010-09-24)
DragDrop\Demos\ComboTargetDemo\main.pas (6362, 2008-05-14)
DragDrop\Demos\CustomFormat1\CustomFormat1.dof (98, 2010-08-17)
DragDrop\Demos\CustomFormat1\CustomFormat1.dpr (468, 2001-05-18)
DragDrop\Demos\CustomFormat1\CustomFormat1.res (876, 2007-05-30)
... ...

Drag and Drop Component Suite Version 5.2 Released 17-aug-2010 1997-2010 Anders Melander http://melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ------------------------------------------- 1. Supported platforms 2. Installation 3. Uninstallation 4. Known problems 5. Support and feedback ------------------------------------------- 1. Supported platforms: ------------------------------------------- This version of the library has been tested with Delphi 5, Delphi 7, Delphi 2007, Delphi 2009 and Delphi 2010 on Windows XP Professional SP3. Other versions of Delphi, C++ Builder and Windows may be supported. ------------------------------------------- 2. Installation: ------------------------------------------- 1. If you are using a previous version of the Drag and Drop Component Suite, uninstall that version first. 2. Unzip the package to a folder of your choice. 3. In the Packages folder, find the design time package that matches your version of Delphi. Open it in Delphi, Compile and Install. 4. Locate the Library sub-folder that matches your version of Delphi. Add it to the Delphi library search path. 5. Optional: Add the Source folder to the Delphi browsing path. ------------------------------------------- 3. Uninstallation: ------------------------------------------- 1. Open Delphi and uninstall the Drag and Drop Component Suite design time package. 2. Remove the Library folder from the Delphi library search path. 3. Remove the Source folder from the Delphi browsing path. 4. Locate the folder where you installed The Drag and Drop Component Suite and delete that folder. ------------------------------------------- 4. Known problems: ------------------------------------------- * When the demo applications are compiled with Delphi 7, some of them will probably emit a lot of "Unsafe type", "Unsafe code" etc. warnings. This doesn't mean that there's anything wrong with the demos. It just means that Borland, at that time, wanted you to know that they were moving to .NET and would like you to do the same (so you can buy the next version of Delphi). You can turn the warnings of in the project options. * Delphi's and C++Builder's HWND and THandle types are not compatible. For this reason it might be nescessary to cast C++Builder's HWND values to Delphi's THandle type when a HWND is passed to a function. E.g.: if (DragDetectPlus(reinterpret_cast(Handle), Point(X, Y))) { ... } * Virtual File Stream formats can only be pasted from the clipboard with live data (i.e. FlushClipboard/OleFlushClipboard hasn't been called on the data source). This problem affects TFileContentsStreamOnDemandClipboardFormat and the VirtualFileStream demo. This is believed to be a bug in the Windows clipboard and a work around hasn't been found yet. * When TDropFileTarget.GetDataOnEnter is set to True, the component doesn't work with WinZip. Although the file names are received correctly by TDropFileTarget, WinZip doesn't extract the files and the files thus can't be copied/moved. This is caused by a quirk in WinZip; Apparently WinZip doesn't like IDataObject.GetData to be called before IDropTarget.Drop is called. ------------------------------------------- 5. Support and feedback: ------------------------------------------- You are welcome to give me feedback by posting a comment on my site, but I no longer provide free support.

近期下载者

相关文件


收藏者