getHeight
function getHeight: integer;
Returns the height (in pixels) of the display area.
begin drawEllipse(0, 0, getWidth, getHeight); repaint; delay(1000); end.
See also: getWidth