Table of Contents

TTMSFNCWebBrowserDownloads.Insert Method

Inserts a new download item at the specified zero-based index and returns it.

API unit family: TMSFNCWebBrowser Declaring type: TTMSFNCWebBrowserDownloads

Syntax

function Insert(Index: Integer): TTMSFNCWebBrowserDownload;

Parameters

Name Description
Index Zero-based position at which to insert the item.

Returns

The newly created TTMSFNCWebBrowserDownload item at position Index.