Read-only, Nested vector of names
Valid for: All objects
The children property contains a list of the children for an object. It returns a nested vector of the (fully-qualified) names of the children. Thus, the children property of the System object will return a list of all the top-level objects which you have created (such as windows, pre-defined dialogs, and printers). The children property of a window will return the name of the controls in the window. It is a read-only property.