Vcl.Forms.TScreen.WorkAreaHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WorkAreaHeight: Integer read GetWorkAreaHeight;

C++

__property int WorkAreaHeight = {read=GetWorkAreaHeight, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TScreen

Description

Specifies the height of the work area on the primary monitor.

Use WorkAreaHeight to determine the height of the usable space on the primary monitor. WorkAreaHeight differs from the Height property in that it adjusts the work area to subtract any space occupied by the task bar and any tool bars that sit on the desktop.

The primary monitor is the monitor whose Primary property is true.

See Also