Vcl.DBGrids.TColumn.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 TColumn

Description

Specifies the background color for the column.

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