TTMSFNCWebBrowserDownloads.GetDownloadByResultFile Method
Returns the download item whose
ResultFilePathmatchesAResultFilePath, ornilif not found.
API unit family: TMSFNCWebBrowser
Declaring type: TTMSFNCWebBrowserDownloads
Syntax
function GetDownloadByResultFile(AResultFilePath: string): TTMSFNCWebBrowserDownload;
Parameters
| Name | Description |
|---|---|
AResultFilePath |
Local file path to search for. |
Returns
The matching TTMSFNCWebBrowserDownload, or nil if no item has that result path.