L
Lieven De Foor
Guest
Please be aware that as long as the object is still in the stack, deleting is deferred until that method returns (same behaviour with persistent procedures). You can still reference methods/variables and even call it from outside as long as the call to the method that's deleting the object is still in the stack. I've logged a bug with technical support though because of an inconsistency with the VALID-OBJECT/VALID-HANDLE return value after the DELETE has been performed (in short, VALID-OBJECT returns false while the object is still alive, VALID-HANDLE for persistent procedures works correctly).
Continue reading...
Continue reading...