Table of Contents

TTMSFNCTableViewCopyItems.Insert Method

Inserts a new item at the specified index and returns it.

API unit family: TMSFNCTableView Declaring type: TTMSFNCTableViewCopyItems Inherited from: TTMSFNCTableViewItems

Syntax

function Insert(Index: Integer): TTMSFNCTableViewItem;

Parameters

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

Returns

The newly inserted TTMSFNCTableViewItem.