Table of Contents

TTMSFNCSVGImageCollection.GetItemByIndex Method

Returns the collection item at the specified zero-based index.

API unit family: TMSFNCTypes Declaring type: TTMSFNCSVGImageCollection

Syntax

function GetItemByIndex(AIndex: Integer): TTMSFNCSVGImageCollectionItem; virtual;

Parameters

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

Returns

The TTMSFNCSVGImageCollectionItem at the given index.