Vcl.DBGrids.TColumn.DefaultColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  DefaultColor: TColor;

C++

System::Uitypes::TColor __fastcall DefaultColor();

Properties

Type Visibility Source Unit Parent
function public
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TColumn

Description

Returns the default background color for the column.

Use Default color to determine the color of the column when the Color property is not explicitly set. DefaultColor returns the Color of the data grid to which the column belongs. If the column has no associated data grid, DefaultColor returns clWindow.

See Also