GetGadgetItemData3D()

Syntax

Result = GetGadgetItemData3D(#Gadget3D, Item)
Description
Returns the value that was previously stored with this 3D gadget item with the SetGadgetItemData3D() function. This allows to associate a custom value with the items of a gadget.

Parameters

#Gadget3D The 3D gadget to use.
Item The item to get the data value. First item index starts from zero.

Return value

The current data value associated with the 3D gadget item, or zero if no value has been set.

Remarks

This function is supported by the following 3D gadgets:

- ComboBoxGadget3D()
- ListViewGadget3D()

See SetGadgetItemData3D() for an example.

See Also

SetGadgetItemData3D()

Supported OS

All

<- GetGadgetData3D() - Gadget3D Index - GetGadgetItemState3D() ->