Table of Contents

TTMSFNCWebBrowserOnDownloadBytesChanged Event Type

Fired each time the number of bytes received for 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.
ABytesReceived Total bytes received so far.
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.