RemoveItem Method

Removes the specified item item from the list array (list box or combo box control).

object.RemoveItem(Index)

Client support

   Newlook Smartclient

   Newlook Server

Arguments

Index - (Integer, Optional)

The index of the item within the list to be removed. If this value is zero the first item will be deleted.

Returns

This method returns a boolean value indicating the success of the method.

Use

Use the App.RefreshForm method to update the contents of the List box control or combo box control after this method has been called.

See Also

AddItem method | Clear method - ComboBox | Clear method - List Box | NewIndex property

Applies To

Combo box control

List box control


© 2004-2021 looksoftware. All rights reserved.