JVCL Help:TJvCPUType

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Defines the possible CPU values.

run\JvComputerInfoEx.pas


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.

run\JvComputerInfoEx.pas


Description

TJvCPUType is the type for the CPUType property of TJvCPUInfo.

run\JvComputerInfoEx.pas


About

Navigation

no pages or subcategories

run\JvComputerInfoEx.pas



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