BBjProgramInfo::getCanonicalProgramName

Description

In BBj 25.12 and higher, this method returns the canonical program name for the program referenced by a BBjProgramInfo object.

Syntax

Return Value Method
string getCanonicalProgramName()

Parameters

None.

Return Value

Returns the canonical program name for a BBjProgramInfo object.

Remarks

None.

Example

rem ' Get the canonical program name of a BBjProgramInfo object.

Hello! = BBjAPI().getProgramInfo("Hello.bbj")

Name$ = Hello!.getCanonicalProgramName()

See Also

BBjAPI

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.