BBjSysGui::getChannel

Description

In BBj 17.0 and higher, this method returns the most recently opened SYSGUI channel number.

Syntax

Return Value

Method

int

getChannel()

Parameters

None.

Return Value

Returns the most recently opened SYSGUI channel number.

Remarks

None.

Example

sysgui! = bbjapi().openSysGui("X0")
channel = sysgui!.getChannel()

See Also

BBjAPI

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