GetCursor() - Sets the cursor
Sets the cursor
──────────────────────────────────────────────────────────────────────────────
Note: Don't waste your time with this function. Replace it NOW with the
CA-Clipper SetCursor() function.
Syntax
GetCursor( [<lInsert>] ) --> nCursor
Argument
<lInsert> if .T. the cursor is set to Insert mode
<lInsert> if .F. the cursor is set to overstrike mode
Returns
GetCursor() returns a numeric value betwen 0 and 4 -= similair to
CA-Clipper's SetCursor() function.
Description
GetCursor() allows you to save the state of the cursor. This function is
superceded by CA-Clipper's SetCursor() function.
Files: Library is MRWINDOW.LIB.