System.SysUtils.TOSVersion.Architecture

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

Delphi

class property Architecture: TArchitecture read FArchitecture;

C++

/* static */ __property TArchitecture Architecture = {read=FArchitecture};

プロパティ

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

説明

現在のプロセッサ アーキテクチャを表します。

このプロパティを使用すると、現在のプロセッサ アーキテクチャを取得することができます。値の例:

  • Intel x86
  • Intel x64

関連項目