cxCPU Component

This is a wrapper component for the CPU detect code found elsewhere on this forum,
maybe it's me but I'm too lazy to add it to the uses clause - I'd rather drop the
component on and never see any code (I wish!).

TcxCPU is decended from TComponent.

So, to install it:

* Copy the files cxCPU.dcu and cxCPU.dcr to your component directory,

* From the Delphi IDE, select Options / Install Components...

* Select cxCPU.DCU and click OK.

The component will appear on the Samples page ready for use.


To use the component:

* Drop the component to a form,

* The CPUType property will show one of the following:

	8086, 80286, 80386, 80486, Pentium, or Px (where x is no doubt > 5)

You are free to use this component for whatever you want.

I've tested this component on all my machines and it seems to work OK, but since I
didn't write the underlying assembly code I won't be held responsible for anything 
that goes wrong. 

Kev French
100705,1300