Vcl.Themes.TThemeServices
Delphi
TThemeServices = TUxThemeStyle deprecated 'Use TUxThemeStyle';
C++
typedef TUxThemeStyle TThemeServices _DEPRECATED_ATTRIBUTE1("Use TUxThemeStyle") ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class typedef |
public | Vcl.Themes.pas Vcl.Themes.hpp |
Vcl.Themes | Vcl.Themes |
Description
TThemeServices is a class used for communicating with the OS theme engine.
Use properties and methods of TThemeServices to communicate with the theme engine of the underlying Operating System. Do not create instances of TThemeServices, since only one instance is allowed to be created in the VCL. Rather, use the ThemeServices routine to retrieve a singleton instance of the TThemeServices class.