Third-Party Tools | CleverComponents

Top  Previous  Next

HTML files (imported with RvHtmlImporter or RvHtmlViewImporter) and RTF files can contain links to images located on web server. If you want to use them, it's required to download them inside OnImportPicture event of TCustomRichViewEdit component.

RichViewActions can do it for you using CleverComponents (TClHTTP) component.

Visit http://www.clevercomponents.com for additional information.

If the support for both Indy and CleverComponents is configured, Indy is used.

Installing

1.Make sure that Indy packages are installed.

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

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

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

See also:

TRVAControlPanel.OnDownload event


RichView © Sergey Tkachenko