TIPS :: Whenever memory is allocated for an object, it must eventually be freed (or you'll produce a memory leak). But with components, there is often little mention of the need to do this. Delphi must be destroying the objects, but how does it know when we’re through with them?
Comments
No comments yet. Leave a Comment

