Programming Reference Manual
 
Syntax
 
Private Sub Object_Terminate()
    ...
End Sub
 
Description
Object module termination subroutine. Each time an instance is destroyed for a Object module the Object_Terminate sub is called. If Object_Terminate is not defined then no special termination occurs.
See Also
Example