The IDLgrTextEdit::MoveCursor procedure method moves the cursor one space in the direction indicated by the direction argument. See Character Indices in Text Strings for more information.
Obj->[IDLgrTextEdit::]MoveCursor, Window [, DIRECTION={0 | 1 | 2 | 3}][, /SELECT]
An object reference to the IDLgrWindow object in which the text appears.
Set this keyword to specify the direction the cursor moves. Possible values are:
If set, this keyword moves the cursor and selects the text in the given direction. Otherwise, it moves the cursor and sets the selection length to zero. (See the SELECTION_LENGTH property of the IDLgrText object for more information.)
7.0.6 |
Introduced |