Vcl.ComCtrls.TTextAttributes.Color

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Color: TColor read GetColor write SetColor;

C++

__property System::Uitypes::TColor Color = {read=GetColor, write=SetColor, nodefault};

Properties

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

Description

Indicates the foreground color of the text.

Use color to indicate the color of the actual characters.

Note: The background color is a property of the rich edit control that uses the TTextAttributes object, and should be set by the Color property of the rich edit control.

See Also

Code Examples