API:Vcl.Forms.TForm.TransparentColorValue

Aus RAD Studio API Documentation

Delphi

property TransparentColorValue: TColor read FTransparentColorValue write SetTransparentColorValue default 0;

C++

__property TransparentColorValue = {default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TForm

Beschreibung

Gibt die Farbe des Formulars an, die transparent angezeigt wird, wenn TransparentColor den Wert true hat. {{#multireplace:Vcl.Forms.TForm.TransparentColorValue|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:Vcl.Forms.TCustomForm.TransparentColorValue|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:Vcl.Forms.TCustomForm.TransparentColorValue|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Gibt die Farbe des Formulars an, die transparent angezeigt wird, wenn TransparentColor den Wert true hat.

Geben Sie mit TransparentColorValue die transparent anzuzeigende Farbe an, wenn die Eigenschaft TransparentColor den Wert true erhält.

Anmerkung:  Wenn die Anwendung eine 16-Bit-Farbpalette verwendet, muss TransparentColorValue eine Basisfarbe bezeichnen.

Siehe auch