RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMonitor.MonitorNum Property

Specifies the index of the monitor in the global screen object's Monitors list.

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

The global screen variable maintains a list of all monitors in a multi-monitor application. MonitorNum is the index of this monitor in the list object that is the screen's Monitors property. 

Use MonitorNum to identify a specific monitor when working with multiple monitors. 

 

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