Click or drag to resize

Window.GetAllChildren Method (Typed)

X#
Obtain an array of all X# children objects of the window.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetAllChildren() AS ARRAY
Request Example View Source

Return Value

Type: Array
An array of all X# children objects of the window. This array may contain window objects as well as control objects. Note that controls which do not have a corresponding X# object, like a FixedText control where the Generate Code property was set to "No", are not included in the returned array.
See Also