SetGadgetItemData3D()

Syntax

SetGadgetItemData3D(#Gadget3D, Item, Value)
Description
Stores the given value with the specified #Gadget3D item. This value can later be read with the GetGadgetItemData3D() function. This allows to associate a custom value with the items of a gadget. This value will remain with the item, even if the item changes its index (for example because other items were deleted).

This function works with the following gadgets:
- ComboBoxGadget3D()
- ListViewGadget3D()

Supported OS

All

<- SetGadgetData3D() - Gadget3D Index - SetGadgetItemState3D() ->