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.
Usage
itemlist = Get_Property (objectname, "LIST")
existingprop = Set_Property (objectname, "LIST", 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 both Get_Property and 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. |
See also
COLDATA property, ARRAY property, ROWDATA property, Send_Message TEXT_BY_POS