Vcl.Grids.TCustomGrid.FInternalColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FInternalColor: TColor;

C++

System::Uitypes::TColor FInternalColor;

Properties

Type Visibility Source Unit Parent
field protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

Description

Specifies the color used to draw cells.

FInternalColor specifies the currently selected color used to draw cells. FInternalColor is only useful in descending classes.

FInternalColor is used internally by the grid controls. Applications should not depend on the value of FInternalColor.

See Also