Applies to
Combo box, edit table, list box.
Description
Returns or sets the items that appear in the list box or drop-down list box. For an edit table control, the value returned or passed separates column data from row data. XLIST ensures that any visible "space" is filled with blank rows. Used by the SemanticLogicLayer and implemented in Set_Property.
Usage
existingprop = Set_Property(objectname, "XLIST", newlist)
Remarks
Values passed in Set_Property:
Value | Description |
---|---|
newlist | Data items to appear in the specified control. Rows are delimited by @FM, and columns are @VM-delimited. |
Returns
Values returned by Set_Property:
Value | Description |
---|---|
itemlist | For combo box and list box, an @FM-delimited array of items. For edit table an @FM-delimited array of rows, where columns are @VM-delimited. |
existingprop | List of values, when Set_Property was run. That is, the values before they were changed. |