TTMSFNCWidgetMatrixLabel Class
Published matrix label control that displays scrolling LED-style text.
API unit family: TMSFNCWidgetMatrixLabel
Inherits from: TTMSFNCCustomWidgetMatrixLabel
Syntax
TTMSFNCWidgetMatrixLabel = class(TTMSFNCCustomWidgetMatrixLabel)
Properties
| Name | Description |
|---|---|
| Appearance | Appearance settings for LED cells, spacing, and margins. (inherited from TTMSFNCCustomWidgetMatrixLabel) |
| Leds | Number of LED cells used along the primary axis. (inherited from TTMSFNCCustomWidgetMatrixLabel) |
| Orientation | Orientation used to lay out the LED matrix. (inherited from TTMSFNCCustomWidgetMatrixLabel) |
| Scroll | Scroll behavior used when the text moves across the matrix. (inherited from TTMSFNCCustomWidgetMatrixLabel) |
| Text | Text rendered by the matrix label. (inherited from TTMSFNCCustomWidgetMatrixLabel) |
Methods
| Name | Description |
|---|---|
| BeginUpdate | Starts a batched update so layout and drawing refresh are delayed. (inherited from TTMSFNCCustomWidgetMatrixLabel) |
| EndUpdate | Ends a batched update and refreshes the matrix label when the final update scope closes. (inherited from TTMSFNCCustomWidgetMatrixLabel) |