SCREEN COORDINATES

4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next

version 11 (Modified)


SCREEN COORDINATES (left; top; right; bottom{; screen})

ParameterTypeDescription
leftLongintGlobal left coordinate of screen area
topLongintGlobal top coordinate of screen area
rightLongintGlobal right coordinate of screen area
bottomLongintGlobal bottom coordinate of screen area
screenLongintScreen number, or main screen if omitted

Description

The SCREEN COORDINATES command returns in left, top, right, and bottom the global coordinates of the screen specified by screen.

If you omit the screen parameter, the command returns the coordinates of the main screen.

See Also

Count screens, Menu bar screen, SCREEN DEPTH.


4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next