Vcl.Themes.TCustomStyleServices.Available

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Available: Boolean read GetAvailable;

C++

__property bool Available = {read=GetAvailable, nodefault};

Properties

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

Description

Determines whether the operating system supports styles.

Use Available to check whether the operating system supports styles.

See Also