TTMSFNCCustomListEditorItem Class
A single tag-chip item in a
TTMSFNCListEditor, with display text, an optional value string, optional left/right images, and application-defined data.
API unit family: TMSFNCListEditor
Inherits from: TCollectionItem
Syntax
TTMSFNCCustomListEditorItem = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| BitmapContainer | Read-only reference to the bitmap container used to resolve LeftImageName and RightImageName. |
| DataInteger | General-purpose integer for application use. |
| DataObject | General-purpose object reference for application use. |
| DataString | General-purpose string for application use. |
| LeftImage | Optional bitmap displayed on the left side of the chip. |
| LeftImageName | Name of the bitmap in the container used as the left chip image. |
| RightImage | Optional bitmap displayed on the right side of the chip (typically a delete icon). |
| RightImageName | Name of the bitmap in the container used as the right chip image. |
| Tag | General-purpose integer tag for application use. |
| Text | Display text shown on the chip; supports HTML formatting. |
| Value | Optional value string associated with the item, independent of the display text. |