Vcl.ColorGrd.TColorGrid.BackgroundColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BackgroundColor: TColor read GetBackgroundColor;

C++

__property System::Uitypes::TColor BackgroundColor = {read=GetBackgroundColor, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ColorGrd.pas
Vcl.ColorGrd.hpp
Vcl.ColorGrd TColorGrid

Description

Returns the color set for the background.

BackgroundColor indicates the color of the background. Consequently, the slot containing this color also has the BG label.


See Also

Code Examples