Component.getControls

Returns the Controls object that gives access to all controls available to the component. An individual control can then be accessed using its control name as shown in the examples below.

Javascript example:

 components.PREFIX1.controls.TEXTCONTROL1.hide();
 components.PREFIX1.getControls().BUTTONCONTROL2.backgroundColor = "Red";
 

returns Controls