Vcl.ColorGrd.TColorGrid.ForegroundColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ForegroundColor: TColor read GetForegroundColor;

C++

__property System::Uitypes::TColor ForegroundColor = {read=GetForegroundColor, nodefault};

Properties

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

Description

Returns the color that is set for the foreground.

ForegroundColor indicates the color of the foreground. Consequently, the slot containing this color also has the FG label.

See Also

Code Examples