systeminfo CPUArchitecture property
Return to Introduction  Previous page  Next page
Applies to
acSystemInfo component.  

Declaration
type  
  TacCPUArchitecture = (paINTEL, paMIPS, paALPHA, paPPC, paUNKNOWN);  
 
property CPUArchitecture: TacCPUArchitecture// Read only!  

Description
The CPUArchitecture property determines the system's processor archytecture. This value can be INTEL on any Windows versions and INTEL, MIPS, ALPHA or PPC on Windows NT machines.  

See also
CPUFrequency, CPUIdentifier, CPUType, CPUVendor properties.