Themes.ThemeServices
From RAD Studio VCL Reference
Contents |
Delphi Information
From Themes.pas
function ThemeServices(): TThemeServices;
Unit: Themes
Type: function
Visibility: public
C++ Information
From Themes.hpp
Themes::TThemeServices * __fastcall ThemeServices(void);
Unit: Themes
Type: function
Description
Returns an instance of the TThemeServices class.
Call ThemeServices to obtain an instance of the TThemeServices class. Normally, only one instance of TThemeServices should be created at a time. ThemeServices makes sure that only one instance is created. If an instance that you want to create was already created, ThemeServices returns it.