Vcl.ComCtrls.TTextAttributes.BackColor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property BackColor: TColor read GetBackColor write SetBackColor;

C++

__property System::Uitypes::TColor BackColor = {read=GetBackColor, write=SetBackColor, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTextAttributes


Beschreibung

Gibt die Hintergrundfarbe des Textes an. </br>

Siehe auch