Themes.ThemeServicesClass
From RAD Studio VCL Reference
Contents |
Delphi Information
From Themes.pas
ThemeServicesClass: TThemeServicesClass
Unit: Themes
Type: variable
Visibility: public
C++ Information
From Themes.hpp
System::TMetaClass * ThemeServicesClass;
Unit: Themes
Type: variable
Description
ThemeServicesClass contains the metaclass reference for TThemeServices.
ThemeServicesClass is used internally by the theme services. When the singleton instance of TThemeServices is created, ThemeServicesClass is used. You are allowed to change the value of ThemeServicesClass, but you must do that before the application loads any VCL unit. All VCL units invoke the ThemeServices routine that creates the instance of TThemeServices. Changing the value of the ThemeServicesClass variable afterwards does not yield any result.