Click or drag to resize

DataWindow.GetAllChildren Method

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

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

Return Value

Type: Usual
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