:: Forum >>

Does the clear() method free it's objects?

I have a container control that I want to empty and fill with more controls. The new controls will most likely have the same names as the old ones. Does the clear() method remove all instances of it's children from memory?
Jim Hunter (www.FriendsOfAW.com)
Monday, March 13, 2006
No, clear() method resets data models to its original state, for example, it will set row count to 0 and cell text to "", but this is not related to html content.
Alex (ActiveWidgets)
Wednesday, March 15, 2006

This topic is archived.


Back to support forum

Forum search