System.SysUtils.TOSVersion.TArchitecture

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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

Description

Enumère les architectures du processeur sur lesquelles peuvent s'exécuter les applications Delphi ou C++Builder (Intel x86, Intel x64).

Utilisez TOSVersion.Architecture pour obtenir l'architecture actuelle du processeur.

Voir aussi