Table of Contents

TTMSFNCResponsiveManagerItems.Insert Method

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

API unit family: TMSFNCResponsiveManager Declaring type: TTMSFNCResponsiveManagerItems

Syntax

function Insert(index: Integer): TTMSFNCResponsiveManagerItem; reintroduce;

Parameters

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

Returns

The newly created TTMSFNCResponsiveManagerItem at position index.