BBjFileChooser::approveSelection
Description
In BBj 7.00 and higher, invoke this method to programmatically depress the BBjFileChooser's [OK] button.
Syntax
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                
| 
                                                         void  | 
                                                    
                                                         approveSelection()  | 
                                                
Parameters
None.
Return Value
None.
Remarks
Although this is a programmatic action, invoking this method will cause the BBjFileChooser to dispatch an ON_FILECHOOSER_APPROVE event, including sending the current vector of selected files. Use this to synthesize depressing the [OK] button.
Example
See Also
BBjFileChooser::cancelSelection
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.