GetGadgetItemData()
语法
Result = GetGadgetItemData(#Gadget, Item)概要
Returns the value that was previously stored with this gadget item with the SetGadgetItemData() function. This allows to associate a custom value with the items of a gadget.
参数
#Gadget The gadget to use. Item The item from which the data should be read. The first item in the gadget has index 0.
返回值
Returns the stored data. If no value has been stored with the item yet, the return-value will be 0.
Remarks
This function works with the following gadgets:
- ComboBoxGadget()
- ListIconGadget()
- ListViewGadget()
- PanelGadget()
- TreeGadget()
See SetGadgetItemData() for an example.
参阅
SetGadgetItemData(), GetGadgetData(), SetGadgetData()
已支持操作系统
所有