GetGadgetText3D()
Syntax
String$ = GetGadgetText3D(#Gadget3D)Description
Returns the text content of the specified 3D gadget.
Parameters
#Gadget3D The 3D gadget to use.
Return value
The text content of the specified 3D gadget.
Remarks
This function is supported by the following 3D gadgets:
- 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 normally 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.
See Also
SetGadgetText3D()
Supported OS
All