Table of Contents

TTMSMCPSVGImageCollection.GetItemByIndex Method

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

API unit family: TMS.MCP.Types Declaring type: TTMSMCPSVGImageCollection

Syntax

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

Parameters

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

Returns

The TTMSMCPSVGImageCollectionItem at the given index.