getmaxwindow
TOP
,
LEFT
,
HEIGHT
,
WIDTH

The getmaxwindow statement retrieves the position and size of the largest possible window on the main screen.


Parameters

This statement has four parameters:

top – field or variable that will be filled with the top edge of the max window.

left – field or variable that will be filled with the left edge of the max window.

height – field or variable that will be filled with the height of the max window.

width – field or variable that will be filled with the width of the max window.


Description

This statement retrieves the position and size of the of the largest possible window on the main screen. Note: This statement is obsolete, in new code you should use the info(“availablescreenrectangle”) function.


See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.