Vcl.Forms.TScreen.DesktopLeft

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DesktopLeft: Integer read GetDesktopLeft;

C++

__property int DesktopLeft = {read=GetDesktopLeft, nodefault};

Properties

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

Description

Specifies the x-coordinate of the desktop's left edge relative to the upper-left corner of the primary monitor.

Use DesktopLeft to determine the x-coordinate of the entire desktop's left edge relative to the upper-left corner of the primary monitor. The primary monitor is the monitor with its Primary property set to true. The desktop is defined as the entire virtual desktop, which includes all monitors in the system.

On a single-monitor system, DesktopLeft is 0.

See Also