Table of Contents

TTMSFNCWebBrowserDownloads.GetDownloadByURI Method

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