FGL_WINDOW_GETOPTION()

Returns attributes of the current window.

Syntax

FGL_WINDOW_GETOPTION(
   attribute STRING )  
  RETURNING result STRING
  1. attribute is the name of a window attribute.

Usage

The FGL_WINDOW_GETOPTION() function returns the value of the window attribute passed as parameter.

Possible parameters are: name, x, y, width, height, formline, messageline.

This function is provided for backward compatibility, do not use this function in modern GUI applications.