Vcl.Themes.TCustomStyleServices
Delphi
TCustomStyleServices = class(TAbstractStyleServices)
C++
class PASCALIMPLEMENTATION TCustomStyleServices : public TAbstractStyleServices
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.
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.