FMX.Styles.TStyleDescription.SupportsPlatform

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SupportsPlatform(const APlatform: TOSPlatform): Boolean;

C++

bool __fastcall SupportsPlatform(const Fmx::Types::TOSPlatform APlatform);

Properties

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

Description

Checks whether the style supports the target platform where your application runs on.

APlatform specifies the target platform.

See Also