GetGadgetText3D()
Syntax
String$ = GetGadgetText3D(#Gadget3D)Description
Returns the gadget text content of the specified #Gadget3D. This function is especially useful for:
- ButtonGadget3D(): return the text of the ButtonGadget.
- ComboBoxGadget3D() - return the content of the current item.
- EditorGadget3D() - return the text content of the editor gadget. Please note, that several lines of text are normaly separated with "Chr(13)+Chr(10)".
- ListViewGadget3D() - return the content of the current item.
- StringGadget3D() - return contents of the StringGadget.
- TextGadget3D() - return contents of the TextGadget.
Supported OS
All