Vcl.Styles.TCustomStyle
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.
Vcl.Styles.TCustomStyle 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.