Vcl.Styles.TCustomStyle

From RAD Studio API Documentation

TCustomStyleVcl.Themes.TCustomStyleServicesVcl.Themes.TAbstractStyleServicesSystem.TObject

Delphi

TCustomStyle = class(TCustomStyleServices)

C++

class PASCALIMPLEMENTATION TCustomStyle : public Vcl::Themes::TCustomStyleServices

Properties

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

Description

TCustomStyleServices is a class that provides access to style functionality. {{#multireplace:Vcl.Styles.TCustomStyle|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