FMX.ActnList.TCustomAction.UnsupportedPlatforms

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property UnsupportedPlatforms: TPlatforms read FUnsupportedPlatforms write SetUnsupportedPlatforms default [];

C++

__property System::Sysutils::TPlatforms UnsupportedPlatforms = {read=FUnsupportedPlatforms, write=SetUnsupportedPlatforms, default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TCustomAction


Beschreibung

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