Show TOC

Function documentationGET_SELECTION_POS Locate this document in the navigation structure

 

This method returns the position of a selected text.

Microsoft Windows

HTML

Java

YES

NO

YES

Features

Syntax Syntax

  1. call method textedit->get_selection_pos
    
    importing
    	from_line = from_line
    	from_pos = from_pos
    	to_line = to_line
    	to_pos = to_pos
    
    exceptions
    	error_cntl_call_method = 1.
End of the code.

Parameter

Meaning

from_line

Line in which the selection starts

from_pos

Position in the line at which the selection starts

to_line

Line in which the selection ends

to_pos

Position in the line at which the selection ends