SetGadgetItemData3D()
语法
SetGadgetItemData3D(#Gadget3D, Item, Value)概要
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).
参数
#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.
返回值
无.
Remarks
This function is supported by the following 3D gadgets:
- ComboBoxGadget3D()
- ListViewGadget3D()
参阅
GetGadgetItemData3D()
已支持操作系统
所有