Table of Contents

TTMSFNCWebBrowser.OnDownloadStarted Event

Fired when a new download starts.

API unit family: TMSFNCWebBrowser Declaring type: TTMSFNCWebBrowser Inherited from: TTMSFNCCustomWebBrowser

Syntax

OnDownloadStarted: TTMSFNCWebBrowserOnDownloadStarted;

Parameters

Name Description
Sender The web browser that raised the event.
ADownload The download that just started.
ASilent Set to True to suppress any built-in download UI.
APause Set to True to pause the download immediately.
AResume Set to True to resume a paused download.
ACancel Set to True to cancel the download.