Table of Contents

TTMSFNCWebBrowser.OnDownloadBytesReceivedChanged Event

Fired each time the number of bytes received by a running download changes.

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

Syntax

OnDownloadBytesReceivedChanged: TTMSFNCWebBrowserOnDownloadBytesChanged;

Parameters

Name Description
Sender The web browser that raised the event.
ADownload The download being tracked.
ABytesReceived Number of bytes received so far.
APause Set to True to pause the download.
AResume Set to True to resume the download.
ACancel Set to True to cancel the download.