Table of Contents

TTMSFNCCloudDemoListBoxItems Class

Manages the collection of items displayed by a demo list box and provides typed access, creation, and insertion of entries.

API unit family: TMSFNCCloudDemoListBox Inherits from: TOwnedCollection

Syntax

TTMSFNCCloudDemoListBoxItems = class(TOwnedCollection)

Properties

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

Methods

Name Description
Add Creates a new item, appends it to the end of the collection, and returns it.
Insert Creates a new item, inserts it at the specified position, and returns it.