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

TMonitor.MonitorNum

Index of the monitor in the TScreen.Monitors list.

Declaration

Source position: forms.pp line 1074

public property TMonitor.MonitorNum : Integer
  read FMonitorNum;

Description

MonitorNum is a read-only Integer property with the ordinal position where the class instance is stored in a list of Monitors. The value for the property is assigned in the UpdateMonitors method in TScreen when the monitor class instance is created and stored.

See also

TScreen.Monitors

  

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

TScreen.UpdateMonitors

  

Rebuilds the list of available monitors.


Version 4.0 Generated 2025-05-03 Home