Vcl.Themes.StyleServices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function StyleServices: TCustomStyleServices;

C++

extern DELPHI_PACKAGE TCustomStyleServices* __fastcall StyleServices(void);

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