Vcl.Themes.TCustomStyleServices.ThemesEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ThemesEnabled: Boolean; inline; deprecated 'Use TCustomStyleServices.Enabled';

C++

bool __fastcall ThemesEnabled _DEPRECATED_ATTRIBUTE1("Use TCustomStyleServices.Enabled") ();

Properties

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

Description

Attention: ThemesEnabled is deprecated. Please use Enabled.

Specifies whether themes (styles) are enabled for this application.

Use ThemesEnabled to check whether themes (styles) are enabled for this application.

Note: ThemesEnabled is deprecated. Use the Enabled property instead.

See Also