GseosMonitor.TMonitor.Delete
Previous  Top  Next

Delete()

Deletes a monitor.

Returns
None

Comments
The GSEOS Explorer holds a reference to every monitor created. Even if your object goes out of scope the Explorer will hold on to the monitor. To release the monitor you have to call Delete() first and then destroy the monitor object itself (e.g. by letting it go out of scope). Usually there is no need to delete a monitor.

Example
Release our current monitor and then destroy the monitor object.

oMyMon.Delete()
oMyMon = None