Skip to main content
All docs
V26.1
  • TdxSplashFormBase.TProgress Properties

    A progress bar Splash Form Widget.
    Name Description
    Alignment protected Specifies horizontal and vertical content alignment within the widget client area. Inherited from TdxSplashFormBase.TContentItem.
    Animated Specifies if progress bar animation is enabled in Progress Bar mode.
    Bounds Specifies Splash Form widget position and dimensions. Inherited from TdxSplashFormBase.TContentItem.
    Color protected Specifies widget background color (with transparency support). Inherited from TdxSplashFormBase.TContentItem.
    Default Specifies if the Splash Form widget is used as default. Inherited from TdxSplashFormBase.TContentItem.
    FontName protected Specifies the font typeface used to display label text. Inherited from TdxSplashFormBase.TCustomText.
    FontSize protected Specifies font size. Inherited from TdxSplashFormBase.TCustomText.
    FontStyle protected Inherited from TdxSplashFormBase.TCustomText.
    IndeterminateMode Specifies the active progress bar mode.
    MaxValue Specifies the maximum value on the progress bar scale.
    MinValue Specifies the minimum value on the progress bar scale.
    Name Specifies the Splash Form widget name. Inherited from TdxSplashFormBase.TContentItem.
    TextColor protected Specifies label text color (with support for transparency). Inherited from TdxSplashFormBase.TCustomText.
    Transparent protected Specifies if the Splash Form widget background is transparent (invisible). Inherited from TdxSplashFormBase.TContentItem.
    Value Specifies the current progress bar position/value.
    WordWrap protected Specifies if word wrap is enabled. Inherited from TdxSplashFormBase.TCustomText.
    See Also