Vcl.StdCtrls.TStaticText.Transparent

From RAD Studio API Documentation

Delphi

property Transparent: Boolean read GetTransparent write SetTransparent default 1;

C++

__property Transparent = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TStaticText

Description

Specifies whether the background of the image obscures objects below the image object. {{#multireplace:Vcl.StdCtrls.TStaticText.Transparent|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.StdCtrls.TCustomStaticText.Transparent|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.StdCtrls.TCustomStaticText.Transparent|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Specifies whether the background of the image obscures objects below the image object.

Set Transparent to true to allow objects behind the TCustomStaticText object to show through the background of the image. Set Transparent to false to make the background of the image opaque.