BBjAppConfig::getProgramArguments
Description
In BBj 12.0 and higher, this method returns the user-defined program arguments for this program.
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
BBjAppConfig::setProgramArguments
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.