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

    The base class for all multi-line label widgets used in Splash and Wait Forms.
    Name Description
    Alignment protected Specifies horizontal and vertical content alignment within the widget client area. Inherited from TdxSplashFormBase.TContentItem.
    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.
    FontSize protected Specifies font size.
    FontStyle protected
    Name Specifies the Splash Form widget name. Inherited from TdxSplashFormBase.TContentItem.
    TextColor protected Specifies label text color (with support for transparency).
    Transparent protected Specifies if the Splash Form widget background is transparent (invisible). Inherited from TdxSplashFormBase.TContentItem.
    WordWrap protected Specifies if word wrap is enabled.
    See Also