RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScreen.DesktopLeft Property

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

Pascal
property DesktopLeft: Integer;
C++
__property int DesktopLeft;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!