Vcl.Forms.TScreen.PrimaryMonitor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PrimaryMonitor: TMonitor read GetPrimaryMonitor;

C++

__property TMonitor* PrimaryMonitor = {read=GetPrimaryMonitor};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TScreen

Description

Provides a reference to the primary monitor.

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.

See Also