<< Click to display table of contents >> TRVAIndyDownloadInterface |
Allows using TIdHttp component (Indy) to download external images and CSS files when loading files.
Unit RVAIndyDownloadInterface;
TRVAIndyDownloadInterface = class (TRVACustomDownloadInterface);
TObject TPersistent TComponent |
To use this component, assign it to DownloadInterface property of TRVAControlPanel component.
TRVAIndyDownloadInterface has property: IdHttp. Assign TIdHttp component to this property, and actions will use it to download images and CSS files. If this property is not assigned, a temporary TIdHttp 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 Indy is already installed.
Indy components are included in Delphi, or can be downloaded from http://www.indyproject.org.
See also: