[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
A list of all available monitors.
Source position: forms.pp line 905
type TMonitorList = class(TList) |
||
protected |
||
procedure Notify(); override; |
|
List notification handler, destroys the Monitor object on removal from the list. |
public |
||
|
The indexed list of all Monitors. |
|
end; |
|
A list of all available monitors. |
|
| | ||
TList |
||
? | ||
TObject |