RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScreen.WorkAreaTop Property

Specifies the top edge of the work area on the primary monitor.

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

Use WorkAreaTop to determine the top edge of the usable space on the primary monitor. This value indicates the number of pixels between the top edge of the primary monitor, and the space left after accounting for 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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!