GET_SELECTION_POS 
This method returns the position of a selected text.
Microsoft Windows |
HTML |
Java |
|---|---|---|
YES |
NO |
YES |
Syntax
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.
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 |