AddItem

This method adds an item to the list.

Group: SearchList Object

(missing or bad snippet) oList.AddItem(vSelValue, vDispCols)

vSelValue   (Variant) The value to be returned when this item is chosen. If the user adds the pipe symbol to the selection value variable, it will cause additional columns to be created in the display.

vDispCols   (param array of Variants) a comma separated list of values to be displayed in each column

(missing or bad snippet)

Dim oMyList as New SearchList

oMyList.AddItem(123, "1st Col Description", "2nd Col Description")

Supported Versions:   RFgen 5.0 and higher.