View Single Post
  #3 (permalink)  
Old 04-20-2008, 11:16 AM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,204
Default

I recommend you to add the objects with Tools - Add Object.
That way the IDE will be able to help you with the list of methods.

Fillipo wrote the ListView library so he is the real expert, however AFAIK removing the rows will free that memory.
Generally speaking in most cases the .Net Framework will take care of releasing unused allocated memory.
Reply With Quote