Object_Terminate Sub
SyntaxGroupPrivate Sub Object_Terminate() ... End Sub
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