1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_maxgui_text fields_textfieldtext:
- =============
- TextFieldText
- =============
- TextFieldText -
- Description
- ===========
- .. code-block:: blitzmax
- TextFieldText$( textfield:TGadget )
- Get the current text in a TextField gadget.
- This function is available for backwards compatability and has been superseded by #GadgetText.
- See Also: #CreateTextField and #SetGadgetText
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|