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