RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScreen.DesktopHeight Property

Specifies the height of the entire virtual desktop.

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

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

On a single-monitor system, DesktopHeight corresponds to Height

 

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