setItems

The setItems method defines the list of items for a combo box or list box.

 

Syntax

setItems(System.Array oArray );

 

Parameters

oArray

Array with string or array. The array must to have two string elements, the first one is the user value and the second the exported value.

 

Remarks

Member of field.

 

Example