RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScreen.WorkAreaLeft Property

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

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

Use WorkAreaLeft to determine the left edge of the usable space on the primary monitor. This value indicates the number of pixels between the left 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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!