FMX.ActnList.TCustomAction.UnsupportedPlatforms
Delphi
property UnsupportedPlatforms: TPlatforms read FUnsupportedPlatforms write SetUnsupportedPlatforms default [];
C++
__property System::Sysutils::TPlatforms UnsupportedPlatforms = {read=FUnsupportedPlatforms, write=SetUnsupportedPlatforms, default=0};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| property | public | FMX.ActnList.pas FMX.ActnList.hpp |
FMX.ActnList | TCustomAction |
Description
Définit l'ensemble de plates-formes du système d'exploitation non supportées.
Le type TPlatform définit les constantes pfWindows, pfMacOS, pfiOS, pfAndroid et pfLinux identifiant les plates-formes Windows, Mac OS, Android et d'autres.
Utilisez UnsupportedPlatforms pour identifier des ensembles de plates-formes du système d'exploitation.