FMX.Styles.TStyleDescription.SupportsPlatform

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function SupportsPlatform(const APlatform: TOSPlatform): Boolean;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.Styles.pas
FMX.Styles.hpp
FMX.Styles TStyleDescription


Beschreibung

Überprüft, ob der Stil die Zielplattform, auf der Ihre Anwendung ausgeführt wird, unterstützt.

APlatform gibt die Zielplattform an.

Siehe auch