API:Vcl.Styles.TStyleEngine

Delphi
TStyleEngine = class(TCustomStyleEngine)
C++
class PASCALIMPLEMENTATION TStyleEngine : public Vcl::Themes::TCustomStyleEngine
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.Styles.pas Vcl.Styles.hpp |
Vcl.Styles | Vcl.Styles |
Description
Base class for a style engine.
Vcl.Styles.TStyleEngine inherits from Vcl.Themes.TCustomStyleEngine. All content below this line refers to Vcl.Themes.TCustomStyleEngine.
Base class for a style engine.
TCustomStyleEngine manages style hooks and handles messages received from controls.
Inherit from TCustomStyleEngine to create your own style engine.