method Editor.RemoveItem (Value as Long)
Removes the item from editor's list given its value.

TypeDescription
Value as Long A long expression that indicates the value for the item being removed.

The RemoveItem method removes an item giving its value. Use the AddItem method to add new entries to the control's predefined list. Use the FindItem property to retrieve the value of the item giving its caption. Use the ClearItems method to remove all items.