Vcl.Themes.TCustomStyleServices.GetSystemColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSystemColor(Color: TColor): TColor;

C++

System::Uitypes::TColor __fastcall GetSystemColor(System::Uitypes::TColor Color);

Properties

Type Visibility Source Unit Parent
function public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes TCustomStyleServices


Description

Returns the system color defined in the current style.

The current style has a set of colors defined for system color constants that resemble the style colors. For instance, you can call GetSystemColor with clBtnFace to obtain the styled color of a button face.


See Also