SetGadgetItemText()

Syntax

SetGadgetItemText(#Gadget, Item, Text$, Column)
Description
Changes the item text of the specified #Gadget. This is a universal function which works for almost all gadgets which handle several items:

- ComboBoxGadget()
- EditorGadget()
- ExplorerListGadget(): If Item = -1, the header text of the given column is changed.
- ListIconGadget(): If Item = -1, the header text of the given column is changed.
- ListViewGadget()
- MDIGadget()
- PanelGadget()
- TreeGadget()

Supported OS

All

<- SetGadgetItemState() - Gadget Index - SetGadgetState() ->