LIST property

Combo box, edit table, list box.

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.

itemlist = Get_Property(objectname, "LIST")

existingprop = Set_Property(objectname, "LIST", newlist)

Values passed in Set_Property:

ValueDescription
newlistData items to appear in the specified control. Rows are delimited by @FM, and columns are @VM-delimited.

Values returned by both Get_Property and Set_Property:

ValueDescription
itemlistFor 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.
existingpropList of values, when Set_Property was run. That is, the values before they were changed.
  • guides/programming/programmers_reference_manual/list.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1