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()
- WebGadget(): Change the html code in the gadget with #PB_Web_HtmlCode as 'Item'.

Supported OS

All

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