func_maxgui_text areas_settextareatext.rst 465 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_maxgui_text areas_settextareatext:
  2. ===============
  3. SetTextAreaText
  4. ===============
  5. SetTextAreaText -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. SetTextAreaText( textarea:TGadget,text$,pos=0,length=TEXTAREA_ALL,units=TEXTAREA_CHARS )
  10. Set the contents of a TextArea gadget.
  11. See Also: #CreateTextArea, #AddTextAreaText and #SetGadgetText
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. Nothing.
  17. Examples
  18. ========
  19. See Also
  20. ========