[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: can we rely on when garbage collection fires?

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

Peter Judge

Guest
The WidgetHandle is a general wrapper with an AutoDestroy property that will delete the wrapped handle on object destruction. It exposes no extra attributes other than a Value property which contains the handle. A ProcedureHandle extension to the WidgetHandle (or just another implementation of the IHandleHolder) is a good idea.

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