FMX.ActnList.TAction.UnsupportedPlatforms
Delphi
property UnsupportedPlatforms;
C++
__property UnsupportedPlatforms = {default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.ActnList.pas FMX.ActnList.hpp |
FMX.ActnList | TAction |
Description
Defines the set of unsupported OS platforms.
FMX.ActnList.TAction.UnsupportedPlatforms inherits from FMX.ActnList.TCustomAction.UnsupportedPlatforms. All content below this line refers to FMX.ActnList.TCustomAction.UnsupportedPlatforms.
Defines the set of unsupported OS platforms.
The TPlatform type defines the pfWindows
, pfMacOS
, pfiOS
, pfAndroid
, and pfLinux
constants that identify the Windows, Mac OS, Android, and other platforms.
Use UnsupportedPlatforms to identify sets of unsupported OS platforms.