<p>Am 06.10.2017 20:52 schrieb "Marcos Douglas B. Santos" <<a href="mailto:md@delfire.net">md@delfire.net</a>>:<br>
> > And reference counting like in e.g. C++ "shared  pointers", that can wrap any<br>
> > class, without any additional feature (in Pascal we may get this with<br>
> > "management operators").<br>
><br>
> I don't know about "management operators". Could you explain more about them?</p>
<p>Operators for records that are called when initializing, finalizing and copying that record. See $fpcdir/tests/test/tmoperator[1-10].pp</p>
<p>Regards,<br>
Sven</p>