DELETE WIDGET statement
Deletes one or more dynamic widgets.
Syntax
handle
ExampleIn the following example, the DELETE WIDGET statements deletes the dynamic button that you select:
Notes
- 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 ABL session that created it ends.
- If
handle
refers to a control-frame, any ActiveX control associated with the widget is also deleted. For more information on ActiveX support in ABL, see OpenEdge Development: Programming Interfaces.- For SpeedScript, use with buffer-field, buffer-object, buffer, and query-object handles.
See also
OpenEdge Release 10.2B
|