<font><span style="font-family:courier new,monospace">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<font>?<br>

<br></font>My use case is:<br><br>type<br>  PMyRecord = ^TMyRecord;<br><br>p: = New(PMyRecord);<br>MyListView.Item[0].Data = p;<br>MyListView.Item[0].Delete;     <-- Do I need to Dispose(p) manually when I remove this item or free the ListView?<br>

<br><br>Thanks</span>.</font><br>