[progress Communities] [progress Openedge Abl] Forum Post: Re: Class And Use-widget-pool

Status
Not open for further replies.
P

Peter Judge

Guest
It is a little odd but less so when you consider that it applies to dynamic handles and you can create handles anywhere in a class. I do not know how U-W-P works when it’s defined only partly through a class hierarchy. If you want to be more clear it may make sense to have handle variables that are PRIVATE to the class, and add a destructor to kill them when the class is destroyed. You will need to think carefully about using those handles for INPUT or OUTPUT in public members (since at the point you don’t know who is using them).

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