Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : LIST-ITEMS attribute
 

LIST-ITEMS attribute

A list of the items associated with a combo box or selection list. The list is delimiter-separated.
Note: The LIST-ITEMS attribute applies only to combo boxes and selection lists whose entries consist of single items. For combo boxes and selection lists whose entries consist of label-value pairs, use the LIST-ITEM-PAIRS attribute.
Data type: CHARACTER
Access: Readable/Writeable
Applies to: BROWSE widget (column), COMBO-BOX widget, SELECTION-LIST widget
The value of the delimiter depends on the value of the DELIMITER attribute, which is comma by default.
For browses, this attribute applies only to combo-box browse columns.
LIST-ITEMS provides a list like the following:
"Red,Blue,Green"