TTMSFNCMarqueeAnimationOptions Class
Holds the settings that control the continuous rotation of the progress arc, including whether the animation runs, how fast it advances and the angular increment applied on each tick.
API unit family: TMSFNCWidgetMarqueeProgress
Inherits from: TPersistent
Syntax
TTMSFNCMarqueeAnimationOptions = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Active | Starts or stops the rotation animation. When True the progress arc rotates continuously; when False the arc stays fixed. |
| Interval | Sets the time in milliseconds between two animation steps. A smaller value produces a faster rotation. |
| Step | Sets the angular increment in degrees added to the start angle on each animation step. A larger value makes the arc rotate in bigger jumps. |
Events
| Name | Description |
|---|---|
| OnChange | Occurs when any animation setting changes so the owner can apply the updated values. |