LIST-EVENTS function
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Returns a comma-separated list of the valid events for a specified object or widget.
Note: Does
not apply to SpeedScript programming.
Syntax
|
- handle
- A handle to a valid object or widget. The function returns a list of the events that are valid for that object or widget.
- 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 uses the LIST-EVENTS function to populate a selection list with all the valid events for a widget. When you run this procedure, type ? at any time to see a list of valid events for the widget that currently has focus.
r-levent.p
|
See also
LAST-EVENT system handle, LIST-QUERY-ATTRS function, LIST-SET-ATTRS function, LIST-WIDGETS function, VALID-EVENT function