EdGetCursorPosΒΆ

EdGetCursorPos returns the cursor position in column/row coordinates.

rvPos = EdGetCursorPos(hEdit)

Return Value

rvPos rvPos is a vector with two elements: rvPos[1] is the column index and rvPos[2] is the row number.

Parameters

hEdit

Identifies the editor.

id-1788992