RemoveGadgetItem()

Syntax

RemoveGadgetItem(#Gadget, Position)
Description
Removes an item of the specified gadget.

Parameters

#Gadget The gadget to use.
Position The item to remove. The first item has the index 0.

Return value

None.

Remarks

The gadget type can be one of the following:

- ComboBoxGadget()
- PanelGadget()
- ListViewGadget()
- ListIconGadget()
- TreeGadget() - If the removed item is a node, all child-items will be removed too.

See Also

AddGadgetItem(), ClearGadgetItems(), CountGadgetItems()

Supported OS

All

<- RemoveGadgetColumn() - Gadget Index - ResizeGadget() ->