VALID-EVENT function
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Verifies whether a specified event is valid for a specified widget. For each type of widget, only certain events are valid. The function returns a value (TRUE/FALSE).
Note: Does not apply to SpeedScript programming.
Syntax
|
- handle
-
An expression that produces a value of type HANDLE. The value must be the handle of a valid widget.
- event-name
-
A character-string expression that evaluates to the name of an event.
- platform
-
A character-string expression that evaluates to the name of a platform type: GUI or TTY.
See also
LAST-EVENT system handle, LIST-EVENTS function, LIST-QUERY-ATTRS function, LIST-SET-ATTRS function, LIST-WIDGETS function