Object_Terminate Sub

Syntax              Private SubObject_Terminate()
    ...
EndSub

Group                Declaration

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            Object Module, Object_Initialize.