Vcl.ComCtrls.TTextAttributes.BackColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BackColor: TColor read GetBackColor write SetBackColor;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTextAttributes

Description

Indicates the background color of the text.

See Also