[fpc-pascal]Class Identification?

Jon David Sawyer bq at badquanta.net
Mon Mar 24 00:31:52 CET 2003


> btw, all classes are implicit descendants of TObject. If you don't
> specify any base class, the class will be derived from TObject directly:
> 
> type
>   TMyClass = class
>     procedure Something;
>     ...
>   end;
> 
> TMyClass is automatically inherited from TObject
> 
> Both postings sound like this wasn't clear...
> 
> 
> - Sebastian

Indeed.. I did not know this.  ^_^ Thank you very much. 





More information about the fpc-pascal mailing list