TTMSFNCWebBrowserDownloads.GetDownloadByURI Method
Returns the download item whose
URImatchesAURI, ornilif not found.
API unit family: TMSFNCWebBrowser
Declaring type: TTMSFNCWebBrowserDownloads
Syntax
function GetDownloadByURI(AURI: string): TTMSFNCWebBrowserDownload;
Parameters
| Name | Description |
|---|---|
AURI |
Source URI to search for. |
Returns
The matching TTMSFNCWebBrowserDownload, or nil if no item has that URI.