API:System.SysUtils.TOSVersion.TArchitecture

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TArchitecture = (arIntelX86, arIntelX64, arARM32, arARM64);

C++

enum DECLSPEC_DENUM TArchitecture : unsigned char { arIntelX86, arIntelX64, arARM32, arARM64 };

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!