Vcl.Themes.TStyleManager.Engine

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property Engine: TCustomStyleEngine read GetEngine;

C++

/* static */ __property TCustomStyleEngine* Engine = {read=GetEngine};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes TStyleManager

Description

Returns an instance of the current style engine.

See Also