RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TThemeServices Class

TThemeServices is a class used for communicating with the OS theme engine.

Pascal
TThemeServices = class(TObject);
C++
class TThemeServices : public TObject;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!