Vcl.Forms.TMonitor.Primary

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also