[progress Communities] [progress Openedge Abl] Forum Post: Re: Class And Delete Object Xxxxx

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
There is also the case where you cannot really manually clean up: if you pass NEW MyObject() as an argument into a method without the use of an intermediary variable. With the snippet below you must let GC do the cleanup, unless you want to have to use a variable all the time. obj:SomeMethod(NEW App.Arg(“val”, value2, …) ). method public void SomeMethod ( input objRef as Progress.Lang.Object): end method .

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