Vcl.Themes.TCustomStyleEngine

From RAD Studio API Documentation

TCustomStyleEngineSystem.TObject

Delphi

TCustomStyleEngine = class

C++

class PASCALIMPLEMENTATION TCustomStyleEngine : public System::TObject

Properties

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

Description

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.

See Also