Vcl.Forms.TScreen.Monitors

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Monitors[Index: Integer]: TMonitor read GetMonitor;

C++

__property TMonitor* Monitors[int Index] = {read=GetMonitor};

Properties

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

Description

Provides access to an individual monitor used to comprise the desktop.

Use Monitors to access an individual monitor used to comprise the desktop.

The Monitor with its Primary property set to true is the primary monitor.

See Also