Table of Contents

TTMSFNCCloudDemoListBoxItems.Items Property

Provides indexed access to the items in the collection. This is the default property of the collection.

API unit family: TMSFNCCloudDemoListBox Declaring type: TTMSFNCCloudDemoListBoxItems Type: TTMSFNCCloudDemoListBoxItem

Syntax

property Items[Index: Integer]: TTMSFNCCloudDemoListBoxItem;

Parameters

Name Description
Index The zero-based index of the item to access.