FGL_GETWIN_Y()

Returns the vertical position of the current window.

Syntax

FGL_GETWIN_Y()
  RETURNING result INTEGER

Usage

The FGL_GETWIN_Y() function returns the vertical coordinate of the top/left corner of the current window.

This function is provided for text mode applications, in GUI mode, windows are movable and thus their position is variable.