FMX.Controls.TStyleBook.UnsupportedPlatform

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UnsupportedPlatform: Boolean read GetUnsupportedPlatform;

C++

__property bool UnsupportedPlatform = {read=GetUnsupportedPlatform, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TStyleBook

Description

Indicates whether the style can be loaded in the current target platform.

If the style cannot be loaded, UnsupportedPlatform is True and Style is empty.

See Also