Pierre Phaneuf wrote:
On Wed, 2 Jul 1997, The African Chief wrote:
- All classes to have the same ultimate ancestor object.
This is done manually (by having all your objects inherit from TObject somewhere).
In Delphi, it doesn't need to be done manually. If you write;
Type FooObj = Class end;
It is *exactly* the same as if you had written;
Type FooObj = Class(TObject) end;
Or maybe you mean we could do this:
var C: class;
I am not sure you can do that, or that you should be able to do it.
Warmest regards, The Chief --------- Dr. Abimbola A. Olowofoyeku (The African Chief and The Great Elephant) Keele University, England (Email: laa12@cc.keele.ac.uk) Author of: Chief's Installer Pro v3.60 for Win16 and Win32 Homepage: http://ourworld.compuserve.com/homepages/African_Chief/