Use
This method returns the position of a selected text.
Windows |
HTML |
Java |
ü |
X |
ü |
Features
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.
Parameters |
Description |
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 |