FMX.ActnList.TAction.UnsupportedArchitectures

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UnsupportedArchitectures: TArchitectures read FUnsupportedArchitectures write SetUnsupportedArchitectures default 0;

C++

__property UnsupportedArchitectures = {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 CPU architectures.

FMX.ActnList.TAction.UnsupportedArchitectures inherits from FMX.ActnList.TCustomAction.UnsupportedArchitectures. All content below this line refers to FMX.ActnList.TCustomAction.UnsupportedArchitectures.

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