Table of Contents

TTMSFNCPlannerItems.Insert Method

Inserts a new empty appointment item at the specified position in the collection.

API unit family: TMSFNCPlannerData Declaring type: TTMSFNCPlannerItems

Syntax

function Insert(Index: Integer): TTMSFNCPlannerItem;

Parameters

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

Returns

The newly created TTMSFNCPlannerItem instance.