Vcl.Themes.TCustomStyleServices.Enabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Enabled: Boolean read GetEnabled;

C++

__property bool Enabled = {read=GetEnabled, nodefault};

Properties

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

Description

Determines whether styles are enabled for the current application.

Use Enabled to check whether the current application has styles enabled.

See Also