Kbase P18284: How often should the DELETE WIDGET option be used within a program?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
GOAL:
How often should the DELETE WIDGET option be used within a program?
FIX:
DELETE WIDGET should be invoked each time an object will no longer be used within an application. If you do not explicitly delete a dynamically created widget, it is deleted when its widget pool is deleted. If you do not create a new unnamed widget pool and do not explicitly specify a named widget pool when you create the widgets, all dynamic widgets are placed in the session pool. The session pool is not deleted until the Progress session that created it ends.