BBjFileChooser::setMultiSelectionEnabled
Description
In BBj 7.00 and higher, use this method to set whether the BBjFileChooser allows selecting multiple files and/or directories.
Syntax
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                
| 
                                                         void  | 
                                                    
                                                         setMultiSelectionEnabled(boolean enabled)  | 
                                                
Parameters
| 
                                                         Variable  | 
                                                    
                                                         Description  | 
                                                
| 
                                                         enabled  | 
                                                    
                                                         Non-zero if enabled, zero if disabled.  | 
                                                
Return Value
None.
Remarks
None.
Example
                                                     | 
                                                
See Also
BBjFileChooser::isMultiSelectionEnabled
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.