RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TThemeServices.Create Constructor

Creates and initializes an instance of the TThemeServices class.

Pascal
constructor Create; virtual;
C++
virtual __fastcall TThemeServices();

Use Create to create and initialize an instance of the TThemeServices class. Do not call this method directly. TThemeServices is designed as a singleton, which means that only one instance should be created at a time. Use ThemeServices routine to retrieve the instance of the TThemeServices class. 

 

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