JVCL Help:TJvCPUType
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCPUType type
Search in JVCL Help
Search in all projectsSummary
Defines the possible CPU values.
Pascal
run\JvComputerInfoEx.pas
TJvCPUType = (
cpuUnknown,
cpuIntel,
cpuCyrix,
cpuAMD,
cpuCrusoe
);
Members
Members | Description |
cpuUnknown | The CPU type and/or make cannot be determined. |
cpuIntel | The CPU is manufactured by Intel. |
cpuCyrix | The CPU is a Cyrix manufactured by AMD. |
cpuAMD | The CPU is manufactured by AMD. |
cpuCrusoe | The CPU is a Crusoe manufactured by Transmeta. |
Description
TJvCPUType is the type for the CPUType property of TJvCPUInfo.
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page