BBjRadioButton::setEditable
Description
In BBj 3.01 and higher, this method sets whether the BBjRadioButton is editable.
Syntax
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                
| 
                                                         void  | 
                                                    
                                                         setEditable(boolean editable)  | 
                                                
Parameters
| 
                                                         Variable  | 
                                                    
                                                         Description  | 
                                                
| 
                                                         editable  | 
                                                    
                                                         Specifies the editability of the control. 0 = Not Editable 1 = Editable  | 
                                                
Return Value
None.
Remarks
By default, the BBjRadioButton is editable.
Example
                                                     | 
                                                
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.