Table of Contents

TTMSFNCCloudDemoListBoxItem Class

Represents a single entry in a demo list box, holding the display text, an associated icon set, a text color, and a set of opaque user-data slots for attaching custom values to the item.

API unit family: TMSFNCCloudDemoListBox Inherits from: TCollectionItem

Syntax

TTMSFNCCloudDemoListBoxItem = class(TCollectionItem)

Properties

Name Description
Bitmaps Provides the scaled icon set displayed next to the item text, supporting multiple resolutions for high-DPI rendering.
DataBoolean Holds a Boolean value associated with the item for application-specific use. The value is not interpreted internally.
DataInteger Holds an integer value associated with the item for application-specific use. The value is not interpreted internally.
DataObject Holds an object reference associated with the item for application-specific use.
DataPointer Holds an arbitrary pointer value associated with the item for application-specific use. The value is not interpreted internally.
DataString Holds a string value associated with the item for application-specific use. The value is not interpreted internally.
Text Gets or sets the text displayed for the item.
TextColor Gets or sets the color used to draw the item text.