How to open many HTML files

General TRichView support forum. Please post your questions here
Post Reply
zehdopulo
Posts: 9
Joined: Wed Jul 22, 2009 12:54 pm

How to open many HTML files

Post by zehdopulo »

Hi,

I have the below situation:
There are about 5 html files in a TList and they must be loaded in a only RVHtmlImporter and RVEdit.
How do I do to concatenate it?

Other question: I load html files to RVHtmlImporter by LoadHtml method, but I don't now to "transfer" it to RVEdit. How?

Thanks
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Assign RVHtmlImporter.ClearDocument=False.
zehdopulo
Posts: 9
Joined: Wed Jul 22, 2009 12:54 pm

Post by zehdopulo »

And about second question?
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

I do not understand it. The importer loads html in TRichViewEdit (specified in a property), not in itself
Post Reply