In our previous episode, Sven Barth said:
> > 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?
> 
> Dynamic arrays
> AnsiString
> UnicodeString (and on non Windows also WideString)
> COM style interfaces (the default interface type)

- All of these stored in olevariants. 

Also widestrings are not refcounted on the pascal level, but "managed".

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to