func_maxgui_selecttextareatext.rst 685 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .. _func_maxgui_selecttextareatext:
  2. ==================
  3. SelectTextAreaText
  4. ==================
  5. SelectTextAreaText -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. SelectTextAreaText( textarea:TGadget,pos=0,length=TEXTAREA_ALL,units=TEXTAREA_CHARS )
  10. Select a range of text in a TextArea gadget.
  11. Depending on the value of the units the position and length parameters specify
  12. the character position and number of characters or the starting line and the number
  13. of lines that SelextTextAreaText will highlight.
  14. See Also: #TextAreaCursor, #TextAreaSelLen and #CreateTextArea
  15. Parameters
  16. ==========
  17. Return Values
  18. =============
  19. Nothing.
  20. Examples
  21. ========
  22. See Also
  23. ========