Vcl.Themes.TThemeServices.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create; override;

Properties

Type Visibility Source Unit Parent
constructor public Vcl.Themes.pas Vcl.Themes TThemeServices

Description

Creates and initializes an instance of the TThemeServices class.

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.

See Also