BBjProgramInfo
Description
In BBj 6.0 and higher, the BBjProgramInfo object provides programmatic access to information about a program.
Creation
BBjAPI > BBjProgramInfo
The BBjProgramInfo object is created through the following BBjAPI object method:
Return Value |
Method |
---|---|
BBjProgramInfo |
getProgramInfo(string filename) |
Methods of BBjProgramInfo
Return Value |
Method |
---|---|
int |
|
string |
|
string | getListingForLine(int line) |
string |
getListingForPhysicalLine(int line) |
boolean |
Remarks
None.
Constants
None.
Example
|
See Also
BBj Object Creation and Assignment
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.