func_maxgui_text fields_textfieldtext.rst 485 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_maxgui_text fields_textfieldtext:
  2. =============
  3. TextFieldText
  4. =============
  5. TextFieldText -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. TextFieldText$( textfield:TGadget )
  10. Get the current text in a TextField gadget.
  11. This function is available for backwards compatability and has been superseded by #GadgetText.
  12. See Also: #CreateTextField and #SetGadgetText
  13. Parameters
  14. ==========
  15. Return Values
  16. =============
  17. Nothing.
  18. Examples
  19. ========
  20. See Also
  21. ========