Object_Terminate Sub
SyntaxPrivate Sub Object_Terminate()
...
End Sub
Group
DeclarationDescription
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
Object Module, Object_Initialize