Table of Contents

TTMSFNCTableViewCategories.Insert Method

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

API unit family: TMSFNCTableView Declaring type: TTMSFNCTableViewCategories

Syntax

function Insert(Index: Integer): TTMSFNCTableViewCategory;

Parameters

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

Returns

The newly inserted TTMSFNCTableViewCategory.