Quote Originally Posted by savage
cairnswm is right, classes are already pointers so there is no need to declare a Pointer type for them. So by declaring a pointer type, you are essentially creating a Pointer to a Pointer.
OK, so if I want to have a variable called Player that is actually an entry in the TObjectList, how do I do that?

Thanks