Vcl.Themes.TUxThemeStyle

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Themes.TCustomStyleServicesVcl.Themes.TAbstractStyleServicesSystem.TObjectTUxThemeStyle

Delphi

TUxThemeStyle = class(TCustomStyleServices)

C++

class PASCALIMPLEMENTATION TUxThemeStyle : public TCustomStyleServices

Properties

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

Description

TCustomStyleServices is a class that provides access to style functionality.

Vcl.Themes.TUxThemeStyle 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