The new version 1.6 of Transfer@Once introduces the following new features:
- Delphi 2005 Win32 compliance. The documentation does not support the HTML Help 2 format used by the IDE.
- Property TargetDataObject of TtaoController represents the DataObject provided by the source application during a drag operation.
- Before, TtaoInFileContents accepted attachments dragged and dropped from MS Outlook. Now it accepts attachments via the clipboard as well.
- New format component TtaoOutFileNameMap. Using this format, application can specify a file name map that will determine what the destination file name/s will be after the drop/paste takes place.
New demo projects:
- Demo DescriminateFiles shows how to examine the contents of the DataObject placed on the Clipboard or dragged from an other application and to enable/disable the Paste menu item or accept/reject drop. Accept files of a particular type and reject files of other types dragged or copied from an other application.
- Demo FileNamesLite is a sample of how to copy/paste and drag-and-drop files like Windows Explorer does.
- Demo FileNameMap demonstrates how specify a new file name of the destination file for a file dragged or copied from the application.
- Demo Shortcut shows how to create a shortcut internally, set its name, the target file, and other properties, and how to make the shortcut available on the Clipboard or for a drag-and-drop.
- Demo MSOutlookEmail is a sample of how to extract attributes of e-mail messages accepted from MS Outlook.
© 2005 Quasidata