Vcl.ColorGrd.TColorGrid.ForegroundColor

From RAD Studio API Documentation
Revision as of 11:28, 10 February 2014 by AChavesBot (talk | contribs) (47307.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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