Vcl.Forms.TScreen.MonitorCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MonitorCount: Integer read GetMonitorCount;

C++

__property int MonitorCount = {read=GetMonitorCount, nodefault};

Properties

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

Description

Specifies the number of monitors used to comprise the desktop.

Use MonitorCount to determine the number of monitors used to comprise the desktop.

See Also