Sergey Tkachenko Site Admin
Joined: 27 Aug 2005 Posts: 6607
|
Posted: Sat Sep 26, 2009 9:59 am Post subject: [Demo] Dragging URL from TreeView to RichViewEdit |
|
|
TRichView supports the standard Windows (COM-based) drag&drop, but does not support VCL drag&drop.
However, with use of Drag&Drop Component Suite by Anders Melander ( http://www.melander.dk/ ), you can easily implement drag&drop between VCL components and RichViewEdit.
This demo shows how to drop:
- URLs listed in TTreeView
- bitmap contained in TImage
in TRichViewEdit.
http://www.trichview.com/support/files/dragurlfromtree.zip |
|