Sys.IContainer.getComponents Method
Returns an array of all objects in the current container that inherit from Component.
var a = MyContainer.getComponents();
Show:
Returns an array of all objects in the current container that inherit from Component.
var a = MyContainer.getComponents();