<< Click to display table of contents >> TRVAControlPanel.DownloadInterface |
Allows using a third-party components to download images from HTTP-links.
property DownloadInterface: TRVACustomDownloadInterface;
The actions may need to download images when loading RTF or HTML files, if these files contain external images.
You can assign one of the following components to this property:
•TRVAIndyDownloadInterface (to use Indy)
•TRVAClDownloadInterface (to use CleverComponents)
See also