BBjListBox::isEditable
Description
In BBj 4.0 and higher, this returns a boolean that states if the BBjListBox is editable.
Syntax
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                
| 
                                                         boolean  | 
                                                    
                                                         isEditable()  | 
                                                
Parameters
None.
Return Value
Returns whether the BBjListBox is editable. (0 = Non-editable, 1 = Editable)
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.