1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_maxgui_text areas_textareatext:
- ============
- TextAreaText
- ============
- TextAreaText -
- Description
- ===========
- .. code-block:: blitzmax
- TextAreaText$( textarea:TGadget,pos=0,length=TEXTAREA_ALL,units=TEXTAREA_CHARS )
- Get the contents of a TextArea gadget.
- See Also: #CreateTextArea, #AddTextAreaText, #SetTextAreaText and #SetGadgetText
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|