GetGadgetItemData3D()

Syntax

Result = GetGadgetItemData3D(#Gadget3D, Item)
Description
Returns the value that was previously stored with this #Gadget3D item with the SetGadgetItemData3D() function. This allows to associate a custom value with the items of a gadget. If no value has been stored with the item yet, the returnvalue will be 0.

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

See SetGadgetItemData3D() for an example.

Supported OS

All

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