BBjSysGui::getSystemMetrics

Description

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

Syntax

Return Value

Method

BBjSystemMetrics

getSystemMetrics()

Parameters

None.

Return Value

The BBjSystemMetrics object associated with this BBjSysGui facade.

Remarks

None.

Example

rem 'Obtain the instance of the BBjSystemMetrics 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()

rem 'Obtain the instance of the BBjSystemMetrics Object
let mySystemMetrics! = mySysGui!.getSystemMetrics()

See Also

BBjAPI

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