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:

ValueDescription
newlistData 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:

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.

See also

COLDATA propertyARRAY propertyROWDATA propertySend_Message TEXT_BY_POS

  • No labels