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).

Parameters

#Gadget3D The gadget to use.
Item The item to set the data value. First item index starts from zero.
Value The new value to associate with the 3D gadget item.

Return value

None.

Remarks

This function is supported by the following 3D gadgets:

- ComboBoxGadget3D()
- ListViewGadget3D()

See Also

GetGadgetItemData3D()

Supported OS

All

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