Third-Party Tools | RvHtmlImporter

Top  Previous  Next

RVHTMLImporter allows importing HTML files in TCustomRichView components.

RichViewAction support RVHTMLImporter in the following actions:

TrvActionInsertFile (RVHTMLImporter replaces the MS Office HTML import converter in the file insertion dialog)

TrvActionPasteSpecial

TrvActionPaste (pasted if not RVF or non-empty RTF available in the Clipboard)

RVHTMLImporter can be downloaded from www.trichview.com/resources/.

Installing

1.Install the RVHTMLImporter package.

2.Open RichViewActions.inc, remove the dot from the line {.$DEFINE USERVHTML}.

3.Open the RichViewActions package. Add a link to the RVHTMLImporter package in "Requires" section. Install the package (or rebuild it, if already installed).

4.Create TRVHTMLImporter component, assign it to RVHTMLImporter property of TRVAControlPanel component (if you do not see this property, steps 1-3 were not completed)

Make sure that ffiHTML is in Filter property of TrvActionInsertFile action.

See also:

PasteHTML procedure

RvHtmlViewImporter


RichView © Sergey Tkachenko