getSystemMetrics

getSystemMetrics(index: Integer): Integer;

The getSystemMetrics method of the Window class returns the system metric value (width and height) specified in the index parameter for the window.

The system metric values are the sizes of the standard window objects. In JADE thin client mode, this method always returns information as defined for the presentation client.

For a list of the system metrics constants, see "Window Class Constants".