Vcl.Forms.TScreen.WorkAreaLeft

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WorkAreaLeft: Integer read GetWorkAreaLeft;

C++

__property int WorkAreaLeft = {read=GetWorkAreaLeft, nodefault};

Properties

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

Description

Specifies the left edge of the work area on the primary monitor.

Use WorkAreaLeft to determine the left edge of the usable space on the primary monitor. This value indicates the number of pixels between the left edge of the primary monitor, and the space left after accounting for 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