API:Vcl.Themes.TThemeServices

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Themes.TCustomStyleServicesVcl.Themes.TAbstractStyleServicesSystem.TObjectTThemeServices

Delphi

TThemeServices = TUxThemeStyle deprecated 'Use TUxThemeStyle';

C++

typedef TUxThemeStyle TThemeServices _DEPRECATED_ATTRIBUTE1("Use TUxThemeStyle") ;

Properties

Type Visibility Source Unit Parent
class
typedef
public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes Vcl.Themes

Description

TCustomStyleServices is a class that provides access to style functionality.

Vcl.Themes.TThemeServices inherits from Vcl.Themes.TCustomStyleServices. All content below this line refers to Vcl.Themes.TCustomStyleServices.

TCustomStyleServices is a class that provides access to style functionality.

Use the methods and properties of TCustomStyleServices to get information about a style or to perform painting of custom controls.

Do not instantiate TCustomStyleServices; instead, call the StyleServices function to access the methods and properties of TCustomStyleServices.

See Also