LIST-QUERY-ATTRS function
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Returns a comma-separated list of attributes and methods that are supported for an object or widget.
Syntax
|
- handle
- A handle to a valid object or widget. The function returns a list of the attributes and methods that are supported for that object or widget.
Example
The following example uses the LIST-QUERY-ATTRS and LIST-SET-ATTRS functions to populate selection lists with the valid attributes and methods for a specified widget. When you run this procedure, type ? at any time to see lists of valid attributes for the widget that currently has focus.
r-lattrs.p
|
See also
CAN-QUERY function, CAN-SET function, LAST-EVENT system handle, LIST-EVENTS function, LIST-SET-ATTRS function, LIST-WIDGETS function, VALID-EVENT function