From: Pascal <pb...@oi...> - 2001-02-21 14:52:06
|
> "Note that delete affects only property values, not objects > referred to by those > properties" > >From this can we establish that we cannot rely on delete to > free memory reliably ??? > Does this also mean that we'd have to iterate through > sub-objects deleting them? Perhaps > some kind of destroy() method ??? hmm, it would then be possible to atleast delete all objects created within the DynLayer (simple for loop can be used) problematic thing are all objects with objects them selves.. the deletefromparent method could do this for us, take care of deletion of all objects referred to. I'll see if I can come up with anything.. and if it actually frees any memory at all. Pascal Bestebroer (pb...@oi...) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com |