Table of Contents

TTMSFNCWebBrowserDownloads.GetDownloadByResultFile Method

Returns the download item whose ResultFilePath matches AResultFilePath, or nil if 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.