RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScreen.WorkAreaHeight Property

Specifies the height of the work area on the primary monitor.

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

Use WorkAreaHeight to determine the height of the usable space on the primary monitor. WorkAreaHeight differs from the Height property in that it adjusts the work area to subtract any space occupied by the task bar and any tool bars that sit on the desktop. 

The primary monitor is the monitor whose Primary property is true. 

 

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