cldownloadinterface TRVAClDownloadInterface

<< Click to display table of contents >>

cldownloadinterface TRVAClDownloadInterface

Allows using TClHttp component (Clever Internet Suite) to download external images and CSS files when loading files.

Unit RVAClDownloadInterface;

TRVAClDownloadInterface = class (TRVACustomDownloadInterface);

hmtoggle_arrow1Hierarchy

Description

To use this component, assign it to DownloadInterface property of TRVAControlPanel component.

TRVAClDownloadInterface has property: ClHttp. Assign TClHttp component to this property, and actions will use it to download images and CSS files. If this property is not assigned, a temporary TClHttp component is created each time when an action needs to download an image or a CSS file.

The TRichView installer installs this component automatically if Clever Internet Suite is already installed.

Clever Internet Suite can be downloaded from http://www.clevercomponents.com.

See also:

RichViewActions download interfaces