clearItems

The clearItems method clears all the values in a list box or combo box.

 

Syntax

clearItems();

 

Remarks

Member of field.

 

Example

this.getField("acSelection1").clearItems();