The role of the "AOwner" parameter in the Create constructor
Monday September 5, 2005
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?


No comments yet. Leave a Comment