[fpc-pascal] Managed record questions
Martin Schreiber
mse00000 at gmail.com
Thu Mar 8 10:42:57 CET 2018
On 03/08/2018 10:16 AM, Ryan Joseph wrote:
>
>
>
> I know this is how it is and not likely to change I’m just pointing it out.
In MSElang objects and classes have been unified, they can be allocated
on stack or on heap. They also have hooks for initialization and
finalization which can be used to implement "ARC".
https://gitlab.com/mseide-msegui/mselang/wikis/home/mselang_objects
Martin
More information about the fpc-pascal
mailing list