FMX.StdActns.TWindowClose.UnsupportedPlatforms

From RAD Studio API Documentation

Delphi

property UnsupportedPlatforms: TPlatforms read FUnsupportedPlatforms write SetUnsupportedPlatforms default 0;

C++

__property UnsupportedPlatforms = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.StdActns.pas
FMX.StdActns.hpp
FMX.StdActns TWindowClose

Description

Defines the set of unsupported OS platforms. {{#multireplace:FMX.StdActns.TWindowClose.UnsupportedPlatforms|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.ActnList.TCustomAction.UnsupportedPlatforms|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.ActnList.TCustomAction.UnsupportedPlatforms|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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.

See Also