BBjInputD::setHighlight
Description
In BBj 4.00 and higher, this method sets whether to highlight the text in the control when focus is gained by tabbing into the control.
Syntax
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                
| 
                                                         void  | 
                                                    
                                                         setHighlight(boolean highlight)  | 
                                                
Parameters
| 
                                                         Variable  | 
                                                    
                                                         Description  | 
                                                
| 
                                                         highlight  | 
                                                    
                                                         Specifies whether the text is to be highlighted. 0 = No highlight 1 = Highlight  | 
                                                
Return Value
None.
Remarks
By default, the text is not highlighted.
Example
                                                     | 
                                                
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.