controlChildren
Type: ControlArray
Availability: Read at run time only
The controlChildren property of the Window class contains a reference to an array of all of the immediate children of the window (form or control); that is, the window is a direct parent of each control in the array. The collection is in no particular order.
The array is changed if the z‑order of a control is changed by logic or if the parent of a control is changed.
2016.0.01 and higher