class destroy initialize

  1. jroriz

    B4J Question [SOLVED] Destroy custom class object.

    Greetings. Is there a way to destroy a class after its initialization so that myclass.isinitialized returns false and the class can be initialized again? Dim ct As ClassTest ' my standard class module ct.Initialize 'ct.destroy?
Top