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.