Delete Sub Procedure | Startpage |
HAPI | HAPI.Domain | Delete() |
Sub Procedure Delete()
Call the Delete method, when you don't want to use a Domain object anymore. Because a Domain object holds a reference to all the Node objects, and all Node objects holds a reference to the Domain object, the garbage collector cannot determine if a Domain has been released by an application. Thus, the Delete method is needed to be able to explicitly say that a Domain object should be removed from memory.
![]() |
HUGIN Expert A/S, 2008 - comments to activex@hugin.com |