Vcl.ColorGrd.TColorGrid.ForegroundEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ForegroundEnabled: Boolean read FForegroundEnabled write EnableForeground default True;

C++

__property bool ForegroundEnabled = {read=FForegroundEnabled, write=EnableForeground, default=1};

Properties

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

Description

Specifies whether the foreground color is enabled.

Use ForegroundEnabled to get or set whether the foreground is enabled. If ForegroundEnabled is True, the FG label appears on the color that is set for the foreground.

See Also

Code Examples