FMX.Styles.TStyleDescription.PlatformTarget

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PlatformTarget: string read FPlatformTarget write FPlatformTarget;

C++

__property System::UnicodeString PlatformTarget = {read=FPlatformTarget, write=FPlatformTarget};

Properties

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

Description

PlatformTarget specifies the platforms supported by a FireMonkey style.

For example, for a Windows 8 style TComboBox, METRODESKTOP is one of the values in the PlatformTarget property, and is visible in the Object Inspector when you edit a FireMonkey style.


See Also