RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScreen.DesktopWidth Property

Specifies the width of the entire virtual desktop.

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

Use DesktopWidth to determine the width of the desktop. The desktop is defined as the entire virtual desktop, which includes all monitors in the system. 

On a single-monitor system, DesktopWidth corresponds to Width

 

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