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

  • Thread starter Thread starter jquerijero
  • Start date Start date
Status
Not open for further replies.
J

jquerijero

Guest
Here is the code; METHOD PUBLIC STATIC VOID MyMethod( ): DEFINE VARIABLE frm AS Class A NO-UNDO. frm = NEW A(). frm:Show(). END METHOD.

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