LIST-WIDGETS function
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Returns a comma-separated list of objects and widget types that respond to a specified event.
Note: Does
not apply to SpeedScript programming.
Syntax
|
- event-name
- A character-string expression that evaluates to an event name.
- platform
- A character-string value that specifies a display type. Valid values are GUI and TTY. Some events are valid only on certain platforms. If you omit the platform parameter, the AVM uses the platform for the current session.
Example
The following example prompts for an event name and then displays a list of widget types that support that event:
r-lwids.p
|
See also
LAST-EVENT system handle, LIST-EVENTS function, LIST-QUERY-ATTRS function, LIST-SET-ATTRS function, VALID-EVENT function