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.
2.1m questions
2.1m answers
60 comments
57.0k users