RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScreen.WorkAreaWidth Property

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

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

Use WorkAreaWidth to determine the width of the usable space on the primary monitor. WorkAreaWidth differs from the Width 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!