Forum Post: RE: ABL object not running destructor after going out of scope

  • Thread starter Thread starter Laura Stern
  • Start date Start date
Status
Not open for further replies.
L

Laura Stern

Guest
In general if the object inherits from .NET, it won't go away unless .NET garbage collects it. Though I believe that for a form, if it gets disposed (which it should be if you closed it), we will clean it up. But this won't happen until we call .NET again for something else.

Continue reading...
 
Status
Not open for further replies.
Back
Top