RemoveItem Methods

Removes an item from a list.


Syntax

object.RLRemoveItem index
object.LLRemoveItem index

The syntax of the RemoveItem methods has these parts:

PartDescription
objectA DCombo control.
index  Integer specifing the index of the item in the list to remove.

Remarks

The first item in a list has an index of 0.  The index of the last item is ListCount -1.  Attempting to remove an item outside that range results in an error.

Data Type

Integer