RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScreen.WorkAreaRect Property

Specifies the boundaries of the usable work area on the primary monitor.

Pascal
property WorkAreaRect: TRect;
C++
__property TRect WorkAreaRect;

Use WorkAreaRect to determine the coordinates of the usable space on the primary monitor. The usable work space is the surface of the primary monitor with the space occupied by the task bar and any tool bars subtracted off. 

The primary monitor is the monitor with its Primary property set to true. 

 

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