Page 1 of 1

RVHTMLViewImporter 1.6 - LoadFromClipboard

Posted: Thu Sep 17, 2009 3:52 pm
by Sergey Tkachenko
TRVHTMLViewImporter v1.6

TRVHTMLViewImporter: component for importing from HTMLViewer to TRichView.
This component can be used to load HTML files in TRichView and TRichViewEdit.

http://www.trichview.com/resources/html ... import.zip

For Delphi 4,5,6,7,2005,2006,2007

THTMLViewer web site: http://www.pbear.com/ , Delphi 2009 port: http://www.songbeamer.com/delphi/

new:
function LoadFromClipboard(rve: TCustomRichView;
htmlview: THTMLViewer = nil): Boolean;
This function clears rve and loads HTML from the Clipboard.
This is a beta feature, it uses some tricks, because THTMLViewer does not have methods for pasting.

Previous version:
http://www.trichview.com/forums/viewtopic.php?t=3169