Vcl.DBGrids.TColumnTitle.Color

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Color: TColor read GetColor write SetColor stored IsColorStored;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TColumnTitle

Description

Specifies the background color for the column title.

The Color property determines the background color of the column title. You can set Color to one of the constants defined in the Graphics unit (such as clBlue), or to an explicit RGB integer value. The default value is the grid's FixedColor property.