Table of Contents

TTMSFNCTileListItems Class

Ordered collection of TTMSFNCTileListItem tiles displayed in a tile list control.

API unit family: TMSFNCTileList Inherits from: TTMSFNCOwnedCollection

Syntax

TTMSFNCTileListItems = class(TTMSFNCOwnedCollection)

Properties

Name Description
Items Indexed access to the tile items in this collection.

Methods

Name Description
Add Appends a new tile to the collection and returns it.
Insert Inserts a new tile at the specified zero-based index and returns it.

Events

Name Description
OnChanged Fires when the collection changes.