123456789101112131415161718192021222324252627282930313233343536373839 |
- .. _func_maxgui_selecttextareatext:
- ==================
- SelectTextAreaText
- ==================
- SelectTextAreaText -
- Description
- ===========
- .. code-block:: blitzmax
- SelectTextAreaText( textarea:TGadget,pos=0,length=TEXTAREA_ALL,units=TEXTAREA_CHARS )
- Select a range of text in a TextArea gadget.
- Depending on the value of the units the position and length parameters specify
- the character position and number of characters or the starting line and the number
- of lines that SelextTextAreaText will highlight.
- See Also: #TextAreaCursor, #TextAreaSelLen and #CreateTextArea
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|