Try OpenEdge Now
skip to main content
ABL Reference
ABL Syntax Reference : LIST-SET-ATTRS function
 

LIST-SET-ATTRS function

Returns a comma-separated list of attributes that can be set for an object or widget.

Syntax

LIST-SET-ATTRS ( handle )
handle
A handle to a valid object or widget. The function returns a list of the attributes that can be set for that object or widget.

Example

For an example of the LIST-SET-ATTRS function, see the LIST-QUERY-ATTRS function reference entry.

Note

When used with the SECURITY-POLICY handle, this function does not return the XCODE-SESSION-KEY writeable attribute because this attribute contains an encryption key for encrypted source code.

See also

CAN-QUERY function, CAN-SET function, LAST-EVENT system handle, LIST-EVENTS function, LIST-QUERY-ATTRS function, LIST-WIDGETS function, VALID-EVENT function