Table of Contents

TTMSMCPResources.Items Property

Entries in the collection, addressed by their position.

API unit family: TMS.MCP.Resources Declaring type: TTMSMCPResources Type: TTMSMCPResource

Syntax

property Items[Index: Integer]: TTMSMCPResource;

Remarks

This is the default property, so the collection can be indexed directly. An entry read from here stays owned by the collection and must not be freed.

Parameters

Name Description
Index Zero-based position of the entry.