The Interface class / ui.Interface methods |
Get the number of children in a parent container.
ui.Interface.getChildCount() RETURNING result INTEGER
The ui.Interface.getChildCount() class method returns the number of child programs attached to the current parent WCI program.
WCI child programs are attached to a given container by using the ui.Interface.setContainer() method. Container and child program identifiers/names are defined by the ui.Interface.setName() method.