Vcl.ColorGrd.TColorGrid.BackgroundEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BackgroundEnabled: Boolean read FBackgroundEnabled write EnableBackground default True;

C++

__property bool BackgroundEnabled = {read=FBackgroundEnabled, write=EnableBackground, default=1};

Properties

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

Description

Specifies whether the background color is enabled.

Use BackgroundEnabled to get or set whether the background is enabled. If BackgroundEnabled is True, the BG label appears on the color that is set for the background.

See Also

Code Examples