1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_maxgui_text areas_addtextareatext:
- ===============
- AddTextAreaText
- ===============
- AddTextAreaText -
- Description
- ===========
- .. code-block:: blitzmax
- AddTextAreaText( textarea:TGadget,text$ )
- Append text to the contents of a TextArea gadget.
- See Also: #CreateTextArea, #SetTextAreaText and #SetGadgetText
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|