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

    The base class for all multi-line label widgets used in Splash and Wait Forms.

    Declaration

    TCustomText = class abstract(TContentItem)

    Remarks

    All label widgets (terminal TdxSplashFormBase.TCustomText class descendants) allow you to display static labels on Splash and Wait Forms.

    Main API Members

    The list below outlines key members of the TdxSplashFormBase.TCustomText class. These members allow you to configure font-related settings and general Splash Form widget options.

    Appearance Settings

    Alignment
    Specifies horizontal and vertical content alignment within the widget client area.
    Bounds
    Specifies widget dimensions and position within the parent Splash or Wait Form.
    Color
    Specifies widget background color.
    Transparent
    Specifies whether the widget background is transparent.
    FontName | FontSize
    Specify font typeface and size for displayed content.
    FontStyle
    Specifies font attributes (bold, italic, underline, and strikeout) applied to content.
    TextColor
    Specifies text color.
    WordWrap
    Specifies if word wrap is enabled.

    General-Purpose API Members

    Default
    Specifies if the current widget instance is used as default in the parent Splash or Wait Form. This setting is applicable only if the parent form includes other widgets of the same type.
    Kind
    Returns the widget’s type.
    Name
    Specifies the widget name (used to identify the widget in the parent form).

    Terminal TdxSplashFormBase.TCustomText Class Descendants

    Do not use the TdxSplashFormBase.TCustomText class directly. Use the following descendants instead:

    TdxSplashFormBase.TApplicationProperty
    A static multi-line label widget designed to display an application property in a Splash or Wait Form.
    TdxSplashFormBase.TFormattedApplicationInfo
    A static multi-line label designed to display multiple application properties in a Splash or Wait Form.
    TdxSplashFormBase.TProgress
    A progress bar Splash Form Widget.
    TdxSplashFormBase.TText
    A text/label Splash Form widget.

    Inheritance

    TObject
    TdxSplashFormBase.TContentItem
    TdxSplashFormBase.TCustomText
    See Also