Table of Contents

TTMSFNCWebBrowserOnDownloadStarted Event Type

Fired when a download starts. Use the var parameters to control the initial download behaviour.

API unit family: TMSFNCWebBrowser

Parameters

Name Description
Sender The web browser control that triggered the event.
ADownload Download object with state, URI, and progress information. See TTMSFNCWebBrowserDownload.
ASilent Set to True to suppress the browser's default download UI.
APause Set to True to pause the download immediately after it starts.
AResume Set to True to resume a previously paused download.
ACancel Set to True to cancel the download.