FMX.ActnList.TCustomAction.UnsupportedArchitectures

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TCustomAction

説明

サポートされていない CPU アーキテクチャのセットを定義します。

TArchitecture 型は、プロセッサ アーキテクチャである Intel x86 および Intel x64 を識別する、arIntelX86 定数および arIntelX64 定数を定義します。

UnsupportedArchitectures を使用すると、一連のサポートされていないプロセッサ アーキテクチャを識別することができます。

関連項目