<p>Am 25.09.2014 12:08 schrieb "Michael Schnell" <<a href="mailto:mschnell@lumino.de">mschnell@lumino.de</a>>:<br>
><br>
> On 09/25/2014 11:52 AM, Sven Barth wrote:<br>
>><br>
>><br>
>> TARCObject would just be provided for convenience reasons. The real magic is a keyword that can be used for any class to enable ARC for that class and all it's descendant.<br>
>><br>
> I see. Hence, technically, there would be a kind of "attribute syntax", but it's only necessary to afflict it to the type TARCObject, that already is defined in the RTL. Hence the user does not see it.</p>
<p>Of course the user can see it. Namely to introduce refcounting to classes where he/she can't influence the parent class (simple example: a TStrings descendant)</p>
<p>Regards,<br>
Sven</p>