Vcl.Themes.TCustomStyleServices.GetElementColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetElementColor(Details: TThemedElementDetails;
ElementColor: TElementColor; out Color: TColor): Boolean;

C++

bool __fastcall GetElementColor(const TThemedElementDetails &Details, TElementColor ElementColor, /* out */ System::Uitypes::TColor &Color);

Properties

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


Description

Determines the color of the element specified by Details.

GetElementColor determines the color value used for the property determined by ElementColor.

See Also