On Tue, Mar 1, 2016 at 4:45 PM, Aradeonas <[email protected]> wrote: > Subject say what I want and as discussed here there are couple of ways to do > this and one of them is a custom garbage collector : > http://stackoverflow.com/questions/415958/how-to-automatically-free-classes-objects > > I want to know is there any better way in Lazarus or what should I do?
Use interfaces instead of objects. Marcos Douglas -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
