System.SysUtils.TArchitectures

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TArchitectures = set of TOSVersion.TArchitecture;

C++

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

Properties

Type Visibility Source Unit Parent
set
typedef
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

Specifies a set of CPU architectures.

The TArchitecture type defines the arIntelX86 and arIntelX64 constants that identify the processor architectures on which Delphi or C++Builder applications can run (Intel x86 and Intel x64).

Use TArchitectures to identify sets of processor architectures.

See Also