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