API:FMX.Media.TCustomMediaPlayerAction.UnsupportedArchitectures

From RAD Studio API Documentation

Delphi

property UnsupportedArchitectures: TArchitectures read FUnsupportedArchitectures write SetUnsupportedArchitectures default 0;

C++

__property UnsupportedArchitectures = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Media.pas
FMX.Media.hpp
FMX.Media TCustomMediaPlayerAction

Description

Defines the set of unsupported CPU architectures. {{#multireplace:FMX.Media.TCustomMediaPlayerAction.UnsupportedArchitectures|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.ActnList.TCustomAction.UnsupportedArchitectures|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.UnsupportedArchitectures|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Defines the set of unsupported CPU architectures.

The TArchitecture type defines the arIntelX86 and arIntelX64 constants that identify the processor architectures Intel x86 and Intel x64.

Use UnsupportedArchitectures to identify sets of unsupported processor architectures.

See Also