Vcl.Forms.TScreen.WorkAreaWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WorkAreaWidth: Integer read GetWorkAreaWidth;

C++

__property int WorkAreaWidth = {read=GetWorkAreaWidth, nodefault};

Properties

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

Description

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

Use WorkAreaWidth to determine the width of the usable space on the primary monitor. WorkAreaWidth differs from the Width 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