Unit 'Forms' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TScreen.WorkAreaHeight

The usable height of the primary monitor excluding the system task bar.

Declaration

Source position: forms.pp line 1306

public property TScreen.WorkAreaHeight : Integer
  read GetWorkAreaHeight;

Description

The property value is calculated as the difference between the Bottom and Top members in WorkAreaRect.


Version 4.4 Generated 2025-11-08 Home