TRVACustomDownloadInterface

<< Click to display table of contents >>

TRVACustomDownloadInterface

A base class for RichViewActions download interface components.

Unit RVADownloadInterface;

TRVACustomDownloadInterface = class (TComponent);

hmtoggle_arrow1Hierarchy

Description

This component is not used directly. Instead, use one of the following components inherited from it:

TRVAIndyDownloadInterface

TRVAClDownloadInterface

To use a download interface component, assign it to DownloadInterface property of TRVAControlPanel component.

See also:

RichViewActions download interfaces