====== LIST property ====== ==== 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|COLDATA property]], [[array|ARRAY property]], [[rowdata|ROWDATA property]], [[text_by_pos_message|Send_Message TEXT_BY_POS]]