Vcl.Forms.TMonitor.MonitorNum

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MonitorNum: Integer read FMonitorNum;

C++

__property int MonitorNum = {read=FMonitorNum, nodefault};

Properties

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

Description

Specifies the index of the monitor in the global screen object's Monitors list.

The global screen variable maintains a list of all monitors in a multi-monitor application. MonitorNum is the index of this monitor in the list object that is the screen's Monitors property.

Use MonitorNum to identify a specific monitor when working with multiple monitors.

See Also