J
jquerijero
Guest
I just noticed that ABL object (custom class (myobject.cls) that were instantiated using NEW) doesn't call its destructor. I'm expecting that when I close a window/form that the destructor will eventually be called for these ABL objects created inside the window. I don't see the call to the destructor happening unless I use DELETE OBJECT. Is this expected for object that are already out of scope?
Continue reading...
Continue reading...