isCOBOL Evolve
:
User Interface
:
Controls Reference
:
GRID
:
Properties
: Cursor-X
Cursor-X
This property allows you to set or retrieve which column the cursor is placed in.
Example
- Get the X and Y position of the cell where the cursor is
procedure
division
.
...
inquire
screen-1-gr-1
cursor-X
ws-X
cursor-Y
ws-Y
...
This site works best with JavaScript enabled