How can I do it?
 
When I try do:
 
TMyObj = object(TObject)
 
compiler tells me:
 
Error: The mix of different kind of objects (class, object, interface, etc) 
isn't allowed
 
Thanks
 
V.
______________________________________________________________
Od: Tomas Hajny <xhaj...@hajny.biz>
Komu: "FPC-Pascal users discussions" <fpc-pascal@lists.freepascal.org>
Datum: 06.04.2016 14:07
Předmět: Re: [fpc-pascal] Class vs Object type

On Wed, April 6, 2016 13:26, Michael Van Canneyt wrote:
On Wed, 6 Apr 2016, Graeme Geldenhuys wrote:

True. Note that objects descended from TObject are automatically zeroed
out as well as soon as one calls the constructor Init.

Tomas


_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal 
<http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal>

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to