<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">J. Gareth Moreton via fpc-devel <<a href="mailto:fpc-devel@lists.freepascal.org">fpc-devel@lists.freepascal.org</a>> schrieb am Mo., 28. Nov. 2022, 11:01:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Just want to clarify something... if a type is managed, can it be safely <br>
typecast to a pointer in all instances and on all platforms? (The <br>
purpose being so if I wanted to swap two items, so there's no overall <br>
change in the reference counters, I can simply swap the pointers... <br>
there's no dereferencing involved!)<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">No, managed does not automatically mean that it's a Pointer based type. Records with management operators, Variants and Windows WideString are managed as well. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>