|
|
|
| acSystemInfo component.
|
| type
|
| TacCPUArchitecture = (paINTEL, paMIPS, paALPHA, paPPC, paUNKNOWN);
|
|
|
| property CPUArchitecture: TacCPUArchitecture; // Read only!
|
| 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.
|
| CPUFrequency, CPUIdentifier, CPUType, CPUVendor properties.
|