ui.Interface.getChildCount
Get the number of children in a parent container.
Important:
This feature is deprecated, its use is discouraged although not prohibited.
Syntax
ui.Interface.getChildCount()
RETURNS INTEGER
Usage
The ui.Interface.getChildCount()
class method returns the number of child
programs attached to the current container (parent) program.
Child programs are attached to a given container by using the ui.Interface.setContainer()
method.
Container and child program identifiers/names must be defined by the ui.Interface.setName()
method.