Table of Contents

TTMSFNCBitmapCollection.Insert Method

Inserts a new empty TTMSFNCBitmapItem at the specified index and returns it.

API unit family: TMSFNCBitmapContainer Declaring type: TTMSFNCBitmapCollection

Syntax

function Insert(index: Integer): TTMSFNCBitmapItem;

Parameters

Name Description
index The zero-based position where the item is inserted.

Returns

The newly inserted bitmap item.