BBjAppConfig::setBBjApplicationName
Description
In BBj 12.0 and higher, this method sets the application name, which corresponds to the BBj -a parameter.
Syntax
| 
                                                             Return Value  | 
                                                        
                                                             Method  | 
                                                    
|---|---|
| 
                                                             void  | 
                                                        
                                                             setBBjApplicationName(string name)  | 
                                                    
Parameters
| 
                                                             Variable  | 
                                                        
                                                             Description  | 
                                                    
|---|---|
| 
                                                             name  | 
                                                        
                                                             The application name.  | 
                                                    
Return Values
None.
Remarks
This parameter sets the initial browser title. In a running BUI application, the browser title always reflects the active top level BBjWindow.
Example
                                                     | 
                                                
See Also
BBjAppConfig::setBBjApplicationName
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.