BBjApplication::getProgramArguments
Description
In BBj 12.0 and higher, this method returns a BBjVector of user-defined program arguments.
Syntax
| 
                                                             Return Value  | 
                                                        
                                                             Method  | 
                                                    
|---|---|
| 
                                                             getProgramArguments()  | 
                                                    
Parameters
None.
Return Values
Returns a BBjVector of user-defined program arguments.
Remarks
User-defined program arguments can be retrieved by the BUI program using the ARGC and ARGV() functions.
Example
                                                     | 
                                                
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.