RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScreen.DesktopRect Property

Specifies the boundaries of the virtual desktop relative to the upper-left corner of the primary monitor.

Pascal
property DesktopRect: TRect;
C++
__property TRect DesktopRect;

Use DesktopRect to determine the coordinates of the entire virtual desktop, which includes all monitors in the system. DesktopRect is expressed in coordinates where (0,0) is the upper-left corner of the primary monitor. The primary monitor is the monitor with its Primary property set to true. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!