RemoveItem Method

Removes an item from a combo box or list box.

Control.RemoveItem(nIndex)

Parameters

  • nIndex
    Specifies an integer corresponding to the order in which items are displayed in the control. For the first item in a list box or combo box, nIndex = 1.

Remarks

Applies To: ComboBox Control | ListBox Control

See Also

Reference

AddItem Method (Visual FoxPro)

Clear Method

RemoveListItem Method

Other Resources

Methods (Visual FoxPro)