currentValueIndices

The currentValueIndices property reads o writes single or multiple values of a list box or combo box fields.

 

Syntax

System.Int32 currentValueIndices();

 

Return Value

Returns the current property value.

 

Remarks

Member of field.

 

Example

var obj = this.getField("acSelection1");
obj.deleteItemAt();
obj.currentValueIndices = 0;