FMX.StdActns.TValueRangeAction.UnsupportedPlatforms

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property UnsupportedPlatforms: TPlatforms read FUnsupportedPlatforms write SetUnsupportedPlatforms default 0;

C++

__property UnsupportedPlatforms = {default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.StdActns.pas
FMX.StdActns.hpp
FMX.StdActns TValueRangeAction

Beschreibung

Definiert die Menge der nicht unterstützten Betriebssystemplattformen.

FMX.StdActns.TValueRangeAction.UnsupportedPlatforms erbt von FMX.ActnList.TCustomAction.UnsupportedPlatforms. Der folgende Inhalt bezieht sich auf FMX.ActnList.TCustomAction.UnsupportedPlatforms.

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