GetGadgetItemText3D()

Syntax

Result$ = GetGadgetItemText3D(#Gadget3D, Item [, Column])
Description
Returns the item text of the specified #Gadget3D. This is a universal function which works for almost all gadgets which handle several items:

- ComboBoxGadget3D() - 'Item' is the index of the item in the ComboBox list. 'Column' will be ignored.
- EditorGadget3D() - 'Item' is the text line in the EditorGadget. 'Column' will be ignored.
- ListViewGadget3D() - 'Item' is the index of the entry from which you want to receive the content. 'Column' will be ignored.
- PanelGadget3D() - 'Item' is the panel from which you want to receive the header text.

Note: All 'Item' index start from 0.

Supported OS

All

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