FMX.Styles.TStyleDescription.PlatformTargets

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PlatformTargets: array [TOSPlatform] of string = ('[WINDOWS]', '[MACOS]', '[IOS7]', '[ANDROID]', '[LINUX]');

C++

static _TStyleDescription__2 PlatformTargets;

Properties

Type Visibility Source Unit Parent
field public
FMX.Styles.pas
FMX.Styles.hpp
FMX.Styles TStyleDescription

Description

Names of the targets that can be used in the style file.

See Also