TRVAControlPanel.OnDownload

<< Click to display table of contents >>

TRVAControlPanel.OnDownload

Occurs when DownloadInterface downloads an image.

type

  TRVADownloadEvent = procedure (Sender: TrvAction;

    const Source: TRVUnicodeString) of object;

 

property OnDownload: TRVADownloadEvent;

For each image, this event occurs twice:

•before downloading, Source is the image file name (HTTP location)

•after downloading, Source is an empty string.

See also:

•how to display a localized text message about downloading