Table of Contents

TTMSFNCBitmapContainer.GetItem Method

Returns the TTMSFNCBitmapItem at the specified index.

API unit family: TMSFNCBitmapContainer Declaring type: TTMSFNCBitmapContainer

Syntax

function GetItem(AIndex: Integer): TTMSFNCBitmapItem; virtual;

Parameters

Name Description
AIndex The zero-based index of the item to retrieve.

Returns

The bitmap item at the specified index, or nil when the index is outside the collection.