BBjSysGui::getImageManager

Description

In BBj 6.0 and higher, this method returns the BBjImageManager object associated with this BBjSysGui facade.

Syntax

Return Value

Method

BBjImageManager

getImageManager()

Parameters

None.

Return Value

The BBjImageManager object associated with this BBjSysGui facade.

Remarks

None.

Example

rem 'Obtain an instance of the BBjImageManager object

rem 'Obtain the instance of the BBjAPI object
let myAPI! = BBjAPI()

rem 'Open the SysGui device
SYSGUI = UNT
OPEN (SYSGUI)"X0"

rem 'Obtain an instance of the BBjSysGui object
let mySysGui! = myAPI!.getSysGui()

rem 'Obtain an instance of the BBjImageManager object
myImageManager! = mySysGui!.getImageManager()

See Also

BBjAPI

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