Skip to main content
All docs
V26.1
  • TContentItem.Transparent Property

    Specifies if the Splash Form widget background is transparent (invisible).

    Declaration

    property Transparent: Boolean read; write; default True;

    Property Value

    Type Default Description
    Boolean True

    True if the Splash Form widget background is transparent; otherwise, False.

    Remarks

    Set the Transparent property to False if you need to display an opaque or semitransparent widget background. You can use the Color property to define an opaque or semitransparent background color.

    Note

    Color and Transparent properties do not affect widget content appearance.

    Default Value

    The Transparent property’s default value is True.

    See Also