BBjApplication::getManageBrowserHistory
Description
In BBj 16.0 and higher, this method returns a boolean indicating whether 
 this BUI will manage 
this app's browser history. The default value is false.
Syntax
| 
                                                             Return Value  | 
                                                        
                                                             Method  | 
                                                    
|---|---|
| 
                                                             boolean  | 
                                                        
                                                             getManageBrowserHistory()  | 
                                                    
Parameters
None.
Return Values
Returns a boolean indicating whether BUI will manage this app's browser history.
Remarks
BUI apps tend to be stateful; data can be lost if the user accidentally presses the browser 'back' button. When this mode is set, BUI manages browser history and the 'back' button.
Example
                                                     | 
                                                
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.