TTMSFNCWebBrowser.OnDownloadStateChanged Event
Fired each time the state of a running download changes.
API unit family: TMSFNCWebBrowser
Declaring type: TTMSFNCWebBrowser
Inherited from: TTMSFNCCustomWebBrowser
Syntax
OnDownloadStateChanged: TTMSFNCWebBrowserOnDownloadStateChanged;
Parameters
| Name | Description |
|---|---|
Sender |
The web browser that raised the event. |
ADownload |
The download whose state changed. |
AState |
The new download state. See TTMSFNCWebBrowserDownloadState. |
APause |
Set to True to pause the download. |
AResume |
Set to True to resume the download. |
ACancel |
Set to True to cancel the download. |