<p>Am 22.09.2014 09:47 schrieb "Michael Schnell" <<a href="mailto:mschnell@lumino.de">mschnell@lumino.de</a>>:<br>
><br>
> AFAIR there already were several debates on ARC Objects that seem do be a "modern" language feature but in Pascal language they are considered to provide lots of pitfalls.<br>
><br>
> Why not use "interface" to add ref-counting to an object ? This seems to work nicely even though the name "interface" in not "speaking" on that behalf.</p>
<p>Because you'll need to declare an interface for each class you want to have reference counted so that you can access its methods, properties, etc.</p>
<p>Regards,<br>
Sven</p>