Table of Contents

TTMSFNCWebBrowserOnDownloadTimeChanged Event Type

Fired when the estimated completion time of a running download changes.

API unit family: TMSFNCWebBrowser

Parameters

Name Description
Sender The web browser control that triggered the event.
ADownload Download object. See TTMSFNCWebBrowserDownload.
ATime Updated estimated end time for the download.
APause Set to True to pause the download.
AResume Set to True to resume a paused download.
ACancel Set to True to cancel the download.