method RemoveItem(ItemIndex: Number): String
Available for Drop-Down Lists. Removes the string with index ItemIndex, and returns the text of the string that was removed.
RemoveItem method syntax has these named arguments:
Parameter |
Description |
|---|---|
ItemIndex |
Required. The index number of the item to be removed. |
For example:
eDropDownList1.RemoveItem(2)