BBjAPI::getSysGui

Description

Obtains a BBjSysGui object that represents a SysGui channel and is used to facilitate the creation and manipulation of custom graphical windows and controls in a GUI application.

Syntax

Return Value

Method

BBjSysGui

getSysGui()

Parameters

None.

Return Value

Returns a BBjSysGui object.

Remarks

None.

Example

rem 'Obtain the instance of the BBjSysGui object

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

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

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

See Also

BBjAPI

BBjWindow

Object Variables

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