FMX.Styles.TStyleDescription.MobilePlatform

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MobilePlatform: Boolean read FMobilePlatform write FMobilePlatform;

C++

__property bool MobilePlatform = {read=FMobilePlatform, write=FMobilePlatform, nodefault};

Properties

Type Visibility Source Unit Parent
property published
FMX.Styles.pas
FMX.Styles.hpp
FMX.Styles TStyleDescription

Description

Specifies if the style can be used on a mobile platform.

See Also