System.SysUtils.TOSVersion.Architecture

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property Architecture: TArchitecture read FArchitecture;

C++

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

Properties

Type Visibility Source Unit Parent
property public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TOSVersion

Description

Represents the current processor architecture.

Use this property to get the current processor architecture. Possible values:

  • Intel x86
  • Intel x64

See Also