<p>Am 27.12.2014 16:11 schrieb "Marc Santhoff" <<a href="mailto:M.Santhoff@web.de">M.Santhoff@web.de</a>>:<br>
> Is there any way of cloning record and objects having only data fields?<br>
> Or do I have to copy the (non reference) fields one by one as usual?</p>
<p>Shouldn't the normal assignment be enough for any non-reference (aka non-managed pointers) fields?<br>
Meaning first you simply assign your input record to the result (strings, arrays and interfaces will be handled here) and then you update those fields that should be "deep copied".</p>
<p>Regards,<br>
Sven</p>