FMX.ActnList.TAction.UnsupportedPlatforms

Aus RAD Studio API Documentation

Delphi

property UnsupportedPlatforms: TPlatforms read FUnsupportedPlatforms write SetUnsupportedPlatforms default 0;

C++

__property UnsupportedPlatforms = {default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TAction

Beschreibung

Definiert die Menge der nicht unterstützten Betriebssystemplattformen. {{#multireplace:FMX.ActnList.TAction.UnsupportedPlatforms|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:FMX.ActnList.TCustomAction.UnsupportedPlatforms|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:FMX.ActnList.TCustomAction.UnsupportedPlatforms|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Definiert die Menge der nicht unterstützten Betriebssystemplattformen.

Der TPlatform-Typ definiert die Konstanten pfWindows, pfMacOS, pfiOS, pfAndroid und pfLinux, die die Plattformen Windows, Mac OS, Android usw. bezeichnen.

Mit System.SysUtils.TPlatforms|TPlatforms identifizieren Sie nicht unterstützte Betriebssystemplattformen.

Siehe auch