System.SysUtils.TArchitectures

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

Delphi

type TArchitectures = set of TOSVersion.TArchitecture;

C++

typedef System::Set<TOSVersion::TArchitecture, TOSVersion::TArchitecture::arIntelX86, TOSVersion::TArchitecture::arARM64> TArchitectures;

プロパティ

種類 可視性 ソース ユニット
set
typedef
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

説明

CPU アーキテクチャの集合を示します。


TArchitecture 型では、Delphi アプリケーションまたは C++Builder アプリケーションを実行することができるプロセッサ アーキテクチャ(Intel x86 および Intel x64)を特定するための定数 arIntelX86 および arIntelX64 が定義されています。

プロセッサ アーキテクチャの集合を特定するには、TArchitectures を使用します。

関連項目