BBjListBox::setEditable
Description
In BBj 4.0 and higher, sets whether the selected item can be changed in the BBjListBox.
Syntax
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                
| 
                                                         void  | 
                                                    
                                                         setEditable(boolean edit)  | 
                                                
Parameters
| 
                                                         Variable  | 
                                                    
                                                         Description  | 
                                                
| 
                                                         edit  | 
                                                    
                                                         Specifies whether the selected item in the BBjListBox can be changed. 0 = Non-editable 1 = Editable  | 
                                                
Return Value
None.
Remarks
By default, a BBjListBox is editable; the user can change the selected item.
Example
                                                     | 
                                                
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.