12345678910111213141516171819202122232425262728293031323334353637 |
- .. _func_maxgui_gadgettext:
- ==========
- GadgetText
- ==========
- GadgetText -
- Description
- ===========
- .. code-block:: blitzmax
- GadgetText$( gadget:TGadget )
- Returns a gadget's text.
- For the @Label, @Button, @TextField, @ComboBox, @TextArea and Group @Panel gadgets, the contents
- of the gadget are returned with the new gadget's text.
- For a @Window gadget, #GadgetText returns the title of the @Window.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|