Table of Contents

TTMSFNCStateManagerItems.Insert Method

Inserts a new state item at the specified position in the collection and returns it.

API unit family: TMSFNCStateManager Declaring type: TTMSFNCStateManagerItems

Syntax

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

Parameters

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

Returns

The newly created TTMSFNCStateManagerItem.