devxlogo

VB Class Module

VB Class Module

Question:
I have noticed that a termination event won’t be fired unless the class variable is out of scope, or I specifically set the class variable to Nothing (in earlier versions of VB). Is it still true for the current version 6.0?

Answer:
It still works the same way in VB 6.0. If you set an object to Nothing, the Terminate event triggers.

devx-admin

Share the Post: