BBjTopLevelWindow::setAlwaysOnTop
Description
In BBj 19.10 and higher, this method specifies whether the BBjTopLevelWindow is always positioned on top of other windows.
Syntax
| 
                                                             Return Value  | 
                                                        
                                                             Method  | 
                                                    
|---|---|
| 
                                                             void  | 
                                                        
                                                             setAlwaysOnTop(boolean alwaysOnTop)  | 
                                                    
Parameters
| 
                                                             Variable  | 
                                                        
                                                             Description  | 
                                                    
|---|---|
| 
                                                             alwaysOnTop  | 
                                                        
                                                             Specifies whether or not the BBjTopLevelWindow is always positioned over other windows. 0 = Not positioned on top of other windows. 1 = Always positioned on top of other windows.  | 
                                                    
Return Value
None.
Remarks
This is equivalent to the creation flag $00020000$.
Example
                                                     | 
                                                
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.