Vcl.Themes.TCustomStyleServices.ThemesAvailable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ThemesAvailable: Boolean; inline; deprecated 'Use TCustomStyleServices.Available';

C++

bool __fastcall ThemesAvailable _DEPRECATED_ATTRIBUTE1("Use TCustomStyleServices.Available") ();

Properties

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

Description

Warning: ThemesAvailable is deprecated. Please use Available.

Specifies whether the current operation system supports themes (styles).

Note: ThemesAvailable is deprecated; use the Available property instead.

See Also