Forum Discussion
AlexeyK
Alumni
14 years agoBiji,
To iterate through child objects you can use the Child method and the ChildCount property of your window (TestComplete adds the method and property to each window object). You can find an example of iteration in the ChildCount description.
To iterate through both visual and non-visual controls, use native methods and properties of your WinForms application.
As far as I remember, for Windows Forms objects this is the Controls property (see the MSDN Library).