TTMSFNCWebBrowserOnDownloadStateChanged Event Type
Fired each time the state 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. |
AState |
New download state. See TTMSFNCWebBrowserDownloadState. |
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. |