TTMSFNCSpinnerColumns Class
Ordered collection of TTMSFNCSpinnerColumn items displayed side by side in the spinner control.
API unit family: TMSFNCSpinner
Inherits from: TTMSFNCOwnedCollection
Syntax
TTMSFNCSpinnerColumns = class(TTMSFNCOwnedCollection)
Properties
| Name |
Description |
| Items |
Indexed access to the columns in this collection. |
Methods
| Name |
Description |
| Add |
Appends a new column to the collection and returns it. |
| Insert |
Inserts a new column at the specified zero-based index and returns it. |
| Update |
Called when a collection item changes; triggers a spinner redraw. |
Events
| Name |
Description |
| OnChanged |
Fires when the collection of columns changes. |