RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScreen.DesktopTop Property

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

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

Use DesktopTop to determine the y-coordinate of the desktop's top 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, DesktopTop is 0. 

 

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