Vcl.Forms.TMonitor.Primary
Delphi
property Primary: Boolean read GetPrimary;
C++
__property bool Primary = {read=GetPrimary, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TMonitor |
Description
Indicates whether this is the primary monitor.
Read Primary to determine whether a monitor is the primary monitor in a multi-monitor application. When Primary is true, the monitor is the primary monitor. The coordinates of other monitors are given in terms of the primary monitor.