show / hide menu

RemoveItems

This function is used to remove items from the controls such as Checkbox, Combo box, List box, Multi List box and Radio Button.

Syntax:

RemoveItem (Control name, value)

Control Name is the Display Name of the control from which an item has to be removed. Value is the item that has to be removed from the collection control.

Example:

RemoveItem ( combobox1,” sample data”)

The function will remove the item “sample data” from the collection control if the item is present.

Note: The control name should be the Display Name provided for the control in the designer module.