TTMSFNCWidgetMatrixLabelScroll Class
Groups the settings that control automatic scrolling of the text across the LED grid, including whether scrolling is active, how fast it advances, and in which direction.
API unit family: TMSFNCWidgetMatrixLabel
Inherits from: TPersistent
Syntax
TTMSFNCWidgetMatrixLabelScroll = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Direction | The direction in which the text scrolls. |
| Enabled | Enables or disables automatic scrolling. When True the text scrolls continuously; when False the text is shown statically using the alignment setting. |
| Interval | The delay in milliseconds between successive scroll steps. Lower values scroll faster. |
Events
| Name | Description |
|---|---|
| OnChanged | Occurs when any scroll setting changes so the owner can update its scrolling timer and repaint. |