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

TMonitorList

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

A list of all available monitors.

Declaration

Source position: forms.pp line 933

type TMonitorList = class(TList) end;

protected

  procedure Notify(); override;

  

List notification handler, destroys the Monitor object on removal from the list.

public

  property Items []: TMonitor; default; [rw]

  

The indexed list of all Monitors.

Inheritance

TMonitorList

  

A list of all available monitors.

|

TList

?

TObject