Vcl.Themes.TStyleManager.Enabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property Enabled: Boolean read GetEnabled;

C++

/* static */ __property bool Enabled = {read=GetEnabled, nodefault};

Properties

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

Description

Specifies whether the style engine is enabled. Enabled returns True if the style engine is active, and False otherwise.

See Also