API:FMX.StdActns.TViewAction.UnsupportedArchitectures
Delphi
property UnsupportedArchitectures: TArchitectures read FUnsupportedArchitectures write SetUnsupportedArchitectures default 0;
C++
__property UnsupportedArchitectures = {default=0};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | published | FMX.StdActns.pas FMX.StdActns.hpp |
FMX.StdActns | TViewAction |
説明
サポートされていない CPU アーキテクチャのセットを定義します。
FMX.StdActns.TViewAction.UnsupportedArchitectures は FMX.ActnList.TCustomAction.UnsupportedArchitectures を継承しています。以下の内容はすべて FMX.ActnList.TCustomAction.UnsupportedArchitectures を参照しています。
サポートされていない CPU アーキテクチャのセットを定義します。
TArchitecture 型は、プロセッサ アーキテクチャである Intel x86 および Intel x64 を識別する、arIntelX86
定数および arIntelX64
定数を定義します。
UnsupportedArchitectures を使用すると、一連のサポートされていないプロセッサ アーキテクチャを識別することができます。