[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TScreen.Monitors

Provides indexed access to the available monitors in the class instance.

Declaration

Source position: forms.pp line 1305

public property TScreen.Monitors[Index: Integer] : TMonitor
  read GetMonitor;

Description

Monitors is a read-only indexed TMonitor property which provides access to the available monitors in the class instance by their ordinal position in the list.

Reading a value for the property causes the UpdateMonitors method to be called when the number of monitors in the TMonitorList instance is 0 (zero). The property value is the TMonitor instance in the list at the specified ordinal position.

Use MonitorCount to get the number of entries stored in the Monitors property.

See also

TScreen.MonitorCount

  

The number of available Monitors.

TMonitor

  

Provides information about a physical monitor.

TMonitorList

  

A list of monitors available on the system.


Version 3.2 Generated 2024-02-25 Home