<p>Am 14.03.2013 02:54 schrieb "Xiangrong Fang" <<a href="mailto:xrfang@gmail.com">xrfang@gmail.com</a>>:<br>
><br>
> Is there a "complete" list of reference counted variables in FP? e.g. dynamic arrays are ref-counted. but are variables allocated by New() ref-counted?</p>
<p>Dynamic arrays<br>
AnsiString<br>
UnicodeString (and on non Windows also WideString)<br>
COM style interfaces (the default interface type)</p>
<p>Regards,<br>
Sven</p>