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