TRVAControlPanel.DownloadInterface

<< Click to display table of contents >>

TRVAControlPanel.DownloadInterface

Allows using a third-party components to download images and external files (such as CSS files) from HTTP and HTTPS links.

property DownloadInterface: TRVACustomDownloadInterface;

The actions may need to download images when loading/inserting RTF, DocX or HTML files, if these files contain external images or CSS files.

You can assign one of the following components to this property:

TRVAIndyDownloadInterface (to use Indy)

TRVAClDownloadInterface (to use CleverComponents)

See also

OnDownload event

InitImportPicturesAndFiles, DoneImportPicturesAndFiles methods