123456789101112131415161718192021222324252627282930313233343536373839 |
- .. _func_maxgui_text areas_textareasellen:
- ==============
- TextAreaSelLen
- ==============
- TextAreaSelLen -
- Description
- ===========
- .. code-block:: blitzmax
- TextAreaSelLen( textarea:TGadget,units=TEXTAREA_CHARS )
- Find the size of the selected text in a TextArea gadget.
- The TEXTAREA_CHARS option returns the number of characters currently
- highlighted by the user where as TEXTAREA_LINES will specify the
- function returns the number of lines selected.
- See Also: #TextAreaCursor and #CreateTextArea
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|