3.2.0

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)
March 13,
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)
March 15,

This topic is archived.

See also:


Back to support forum