Set Cursor - GRID SENDMSG() Function 78
Syntax
TF$=SENDMSG(sysgui,id,78,0,cursorfile${,context{,ERR=lineref}})
Description
For BBj-specific documentation, see Set Cursor - GRID SENDMSG() Function 78 BBj.
This function sets the cursor used for grid drag-and-drop operations.
Parameter |
Description |
sysgui |
SYSGUI channel. |
id |
Grid control ID. |
78 |
Number of this SENDMSG() function. |
0 |
Always zero. |
cursorfile$ |
Path and file name of a Windows .cur or .ani cursor file. Using an empty string resets the cursor to the default. Data server paths are not supported. |
The return value indicates the success or failure of the operation; $01$ indicates success, $00$ indicates failure. The only known reasons for a failure would be an invalid or missing cursor file or an out of memory condition.