RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMonitor.Height Property

Indicates the vertical size of the monitor in pixels.

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

Read Height to learn the size of the monitor in pixels. Use this value along with the Top property to calculate how to position objects vertically in multi-monitor applications.

Note: The Height property does not take into account any task bars or tool bars docked on the monitor. To determine the area on the monitor that is free of such docked windows, use the WorkAreaRect property.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!