6.6 Note on classes that have array objects as child objects
In classes with arrayed child objects such as ComboBox and ListView, the Clear and ClearChild methods may not work as intended. This is because the Clear and ClearChild methods do not work on the element objects of the array.
For example, running the ComboBox.ClearChild method to initialize the list of ComboBox has no effect. Run the Clear method for each element.