version 6.5.2
WR GET CURSOR COORDINATES (area; posHoriz; posVert; height)
Parameter | Type | Description | |
area | Longint | 4D Write area | |
posHoriz | Real | Horizontal position in the page | |
posVert | Real | Vertical position in the page | |
height | Real | Height of the cursor |
Description
The WR GET CURSOR COORDINATES command returns the coordinates of the cursor in relation to the upper left corner of the page. These values are expressed in the current default unit for the document.
When the command is executed with a text or a picture selected in the area, two cases can occur:
If the selection has been made programmatically, the cursor is considered to be set at the end of the selection.
If the selection has been made manually, the cursor is considered to be set at the mouse button release location. For example, if a paragraph has been manually selected by dragging the mouse from the last line to the first line, the cursor position will be set at the beginning of the selection.
The height parameter returns the current height of the cursor. If only a picture is selected, the height of the picture is returned.
See Also