Quote Originally Posted by cairnswm
I must say that I think you've missed the point of classes. In Delphi any variable of a class type is already a pointer. There is no reason to have a PType as a pointer to the class as you are effectivly creating a pointer to a pointer to the class instance. This PType structure basically is legacy from Turbo Pascal and should not be used anymore.
This is exacly why i always tell around not to use pointers