Skip to main content
All docs
V26.1
  • TProgress.Animated Property

    Specifies if progress bar animation is enabled in Progress Bar mode.

    Declaration

    property Animated: Boolean read; write; default True;

    Property Value

    Type Default Description
    Boolean True

    True if animation is enabled for manual Value property changes; otherwise, False.

    Remarks

    You can use the Progress Bar widget to display realtime lengthy progress while a Splash or Wait Form is displayed (Progress Bar Mode). Alternatively, you can use the Progress Bar as an activity indicator with looped animation (Indeterminate Mode).

    Property Usage Scenario

    Set the Animated property to False if you need to disable transition animation between progress bar states when you change the Value property manually (when the IndeterminateMode property is set to TdxSplashFormBase.TProgress.TIndeterminateMode.None).

    Note

    The Animated property has no effect in Indeterminate Mode. The Progress Bar widget always plays looped animation while the parent Splash or Wait Form is displayed.

    Default Value

    The Animated property’s default value is True.

    See Also