What techniques exist to automatically free objects in delphi applications?
Use interfaces instead of objects. They are reference counted and freed automatically when the reference count reaches 0.
1.4m articles
1.4m replys
5 comments
57.0k users