BBjWindow::getControls
Description
In BBj 8.0 and higher, this method returns a BBjVector of all BBjControl objects with a given name in the BBjWindow.
Syntax
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                
| 
                                                         getControls(string name)  | 
                                                
Parameters
| 
                                                         Variable  | 
                                                    
                                                         Description  | 
                                                
| 
                                                         name  | 
                                                    
                                                         Specifies the name of the control(s).  | 
                                                
Return Value
Returns a BBjVector object that contains all BBjControls with the specified name.
Remarks
None.
Example
                                                     | 
                                                
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.