Vcl.Themes.StyleServices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function StyleServices(AControl: TControl = nil): TCustomStyleServices;

C++

extern DELPHI_PACKAGE TCustomStyleServices* __fastcall StyleServices(Vcl::Controls::TControl* AControl = (Vcl::Controls::TControl*)(0x0));

Properties

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

Description

Provides the methods of Vcl.Themes.TCustomStyleServices. To call a function, append any of the Vcl.Themes.TCustomStyleServices functions, such as DrawIcon or GetElementMargins.

See Also