TTMSFNCSpinnerCustomItem Class
A single custom item in a spinner column's custom-item list, providing a display text, an optional picture name, and an associated numeric value.
API unit family: TMSFNCSpinner
Inherits from: TCollectionItem
Syntax
TTMSFNCSpinnerCustomItem = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| PictureName | Name of the bitmap in the bitmap container displayed as the item image. |
| Text | Display text shown in the spinner column for this item. |
| Value | Numeric value associated with this custom item. |