RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMonitor.Left Property

Indicates the logical position of the left edge of the monitor.

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

In multi-monitor applications, the available screen space can span multiple monitors from left to right. Read Left to determine where, in the entire available screen space, this monitor appears. The value of Left is in pixels relative to the left edge of the primary monitor. 

 

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