TTMSFNCSpinnerCustomItems Class
Collection of custom items displayed in a spinner column when RangeType is rtCustom.
API unit family: TMSFNCSpinner
Inherits from: TTMSFNCOwnedCollection
Syntax
TTMSFNCSpinnerCustomItems = class(TTMSFNCOwnedCollection)
Properties
| Name |
Description |
| Items |
Indexed access to the custom items in this collection. |
Methods
| Name |
Description |
| Add |
Appends a new custom item to the collection and returns it. |
| Insert |
Inserts a new custom item at the specified index and returns it. |
| Update |
Called when a collection item changes; triggers a spinner redraw. |
Events
| Name |
Description |
| OnChanged |
Fires when the collection of custom items changes. |