RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScreen.PrimaryMonitor Property

Provides a reference to the primary monitor.

Pascal
property PrimaryMonitor: TMonitor;
C++
__property TMonitor PrimaryMonitor;

The coordinates of Monitors in a multi-monitor configuration are related to the primary monitor. PrimaryMonitor returns a reference to the primary monitor. Use the Primary property to determine whether a specific monitor is the primary one. 

 

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