New version 1.3 of Transfer@Once introduces the following new features.
- Delphi 7 compliance.
- New format components:
- TtaoInHDrop and TtaoOutHDrop support file names transfer across applications, such as Windows Explorer and Delphi/C++Builder IDE.
- TtaoInFileContents supports transfer of items by means of compound files and OLE streams between applications such as MS Outlook, Outlook Express, and Shell extensions - FTP Folders and Web folders.
- TtaoInShellIDList and TtaoOutShellIDList support Shell items transfer through the most generic clipboard format used by Windows Explorer and Desktop.
- TtaoInOEMessage accepts messages from Outlook Express.
- TtaoOutPreferredEffect specifies preferred method of data transfer, i.e. move or copy or link.
- TtaoInURL and TtaoOutURL support the general Internet-related clipboard format used by Internet Explorer and Netscape Navigator 6 to transfer hyperlinks.
- TtaoInURLNetscape4 and TtaoOutURLNetscape4 support format used by Netscape Navigator 4.
- TtaoOutURLShortcut and TtaoOutURLShortcutTitle support creation of Internet Shortcuts from hyperlinks.
- In TtaoOutText, support for URL transfer added.
- New values in TtaoController.Options : coSourceOleCopy, coSourceOleMove, coSourceOleLink, coSourceVclCopy, coSourceVclMove, coSourceVclLink, coTargetOleCopy, coTargetOleMove, coTargetOleLink, coTargetVclCopy, coTargetVclMove, coTargetVclLink. They control drag-and-drop features more precisely.
- Chapter "Quick Start" in the help file. It describes creation of a simple application step by step.
- New demos: FileNames, ListBox, MSOutlook, URL, NoActionList.
Compatibility issues
- In all the controller components: There is no more coSourceMove value in the Options set property. It is replaced with two new values, coSourceOleMove and coSourceVclMove.
- In TtaoWinControl: OnUpdateAction event no more affects drag-and-drop operations.
© 2002 Quasidata