Function SetCursor() Foundation
Retrieves or sets the cursor shape
SetCursor( [<nCursorType|nUpperLine>], ;
[<nLowerLine>] ;
) --> nCursor
Returns the shape of the screen cursor that was current before the function was called as a numeric value.
When SetCursor() is called with no or one argument it gives the same result as described in the Xbase++ documentation.
When 2 parameters are passed <nUpperLine> and <nLowerLine> determine the upper and lower edge of the cursor's pixel raster. The maximum height is determined by the font height.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.