Vcl.DBGrids.TDBGrid.FixedColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FixedColor: TColor read FFixedColor write SetFixedColor default -16777201;

C++

__property FixedColor = {default=-16777201};

Properties

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

Description

Specifies the background color of the fixed rows and columns in the grid.

Vcl.DBGrids.TDBGrid.FixedColor inherits from Vcl.Grids.TCustomGrid.FixedColor. All content below this line refers to Vcl.Grids.TCustomGrid.FixedColor.

Specifies the background color of the fixed rows and columns in the grid.

Set FixedColor to specify the color for the nonscrolling cells in the grid. The scrolling region of the grid is drawn using the Color property.

See Also