BBjAPI::getProgramInfo
Description
In BBj 6.00 and higher, this method returns a BBjProgramInfo object that provides programmatic access to information about a program.
Syntax
Return Value | Method |
---|---|
BBjProgramInfo | getProgramInfo(string filename) |
Parameters
Parameter | Description |
---|---|
filename | Specifies the name of any program that can be loaded in BBj. |
Return Value
Returns a BBjProgramInfo object.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.