bugs, incompatibity, function attributes_(re)

Wed, 9 Jul 1997 15:48:16 +0100 (BST)


Pierre Phaneuf wrote:

> On Wed, 2 Jul 1997, The African Chief wrote:
> 
> > 6. 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/


A.A. Olowofoyeku (laa12@cc.keele.ac.uk)

HTML conversion by Lluís de Yzaguirre i Maura
Institut de Lingüística Aplicada - Universitat "Pompeu Fabra"
e-mail: de_yza@upf.es