Vcl.Themes.TUxThemeStyle

From RAD Studio API Documentation

TUxThemeStyleVcl.Themes.TCustomStyleServicesVcl.Themes.TAbstractStyleServicesSystem.TObject

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. {{#multireplace:Vcl.Themes.TUxThemeStyle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Themes.TCustomStyleServices|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Themes.TCustomStyleServices|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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