FMX.Controls.TStyleCollectionItem.UnsupportedPlatform

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UnsupportedPlatform: Boolean read FUnsupportedPlatform;

C++

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

Properties

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

Description

Returns True when the style cannot be loaded into the item of the collection.

When the style is successfully loaded using LoadFromStream or LoadFromFile, the property is set to False.

See Also