FMX.Styles.TStyleDescription.PlatformNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PlatformNames: array [TOSPlatform] of string = ('Windows', 'OSX', 'iOS', 'Android', 'Linux');

C++

static _TStyleDescription__3 PlatformNames;

Properties

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

Description

Names of the platforms that the framework uses.

See Also