<p>Am 06.04.2016 14:06 schrieb "Tomas Hajny" <<a href="mailto:XHajT03@hajny.biz">XHajT03@hajny.biz</a>>:<br>
><br>
> On Wed, April 6, 2016 13:26, Michael Van Canneyt wrote:<br>
> > On Wed, 6 Apr 2016, Graeme Geldenhuys wrote:<br>
><br>
> Hi,<br>
><br>
> >> I use Class and Object data types frequently in my code. I like the fact<br>
> >> that Object data types can be used without first instantiating an<br>
> >> instance and it gets freed automatically.<br>
> .<br>
> .<br>
> > 1. Classes are automatically zeroed out. That's an advantage.<br>
><br>
> True. Note that objects descended from TObject are automatically zeroed<br>
> out as well as soon as one calls the constructor Init.</p>
<p>Just for clarification (cause I first thought wrong as well): this means the TObject object from unit Objects, instead of the class TObject.</p>
<p>Regards,<br>
Sven</p>