FMX.ActnList.TCustomAction.UnsupportedArchitectures

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UnsupportedArchitectures: TArchitectures read FUnsupportedArchitectures write SetUnsupportedArchitectures  default [];

C++

__property System::Sysutils::TArchitectures UnsupportedArchitectures = {read=FUnsupportedArchitectures, write=SetUnsupportedArchitectures, default=0};

Properties

Type Visibility Source Unit Parent
property public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TCustomAction

Description

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