PDA

View Full Version : How to make a view garbage collected


dcklee
07-02-2005, 04:32 PM
I need to dynamically instantiate views on demand. The views will be have datapaths. If I call the destroy( true ) method, is it enough so that the garbabge collector will pick it up? If not, what are the things that I need to watch out?