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.