Built-in functions / Built-in functions |
Returns attributes of the current window.
fgl_window_getoption( attribute STRING ) RETURNING result STRING
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.