BBjMDI::getDesktopWidth

Description

In BBj 6.0 and higher, this method returns the width of the desktop area of the BBjMDI.

Syntax

Return Value

Method

int

getDesktopWidth()

Parameters

None.

Return Value

This method returns the width of the desktop area of the MDI.

Remarks

clientdesktopheightwidth.png

 

Example

rem 'getDesktopWidth.src

OPEN (UNT)"X0"
MDI! = BBjAPI().getMDI()
mdi!.createMDIWindow(50, 50, 1000, 800, "MDI 1k , 800",0)
? mdi!.getDesktopWidth() , ", ", mdi!.getDesktopHeight()

See Also

BBjAPI

BBjMDI

BBjMDI::getClientWidth

BBjMDI::getDesktopHeight

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