<p>Am 31.03.2016 17:28 schrieb "Graeme Geldenhuys" <<a href="mailto:mailinglists@geldenhuys.co.uk">mailinglists@geldenhuys.co.uk</a>>:<br>
><br>
> On 2016-03-31 16:06, Michael Van Canneyt wrote:<br>
><br>
> > I am guessing it comes from C++/Java/C#, which AFAIK do not have<br>
> > the 'initialization' section. But that's just a guess.<br>
><br>
> [my personal opinion - feel free to ignore this paragraph]<br>
><br>
> I hate such "features" pulled in from other languages, when Object<br>
> Pascal already had perfectly good solutions (Object vs Record with<br>
> Methods is another example). It really feels like it is polluting the<br>
> Object Pascal language.</p>
<p>Class constructors allow for a closer coupling between classes and their initialization and as Maciej said: for generics there is not really another way as the specializations are more or less everywhere (though with generics that doesn't currently work correctly anyway, but that's on my todo list).<br>
(analogous for class destructors)</p>
<p>Regards,<br>
Sven</p>