4D v13.4

SET CURSOR

Home

 
4D v13.4
SET CURSOR

SET CURSOR 


 

SET CURSOR {( cursor )} 
Parameter Type   Description
cursor  Longint in Mac OS-based cursor resource number

This command has been kept for compatibility's sake only since it relies on mechanisms that are now obsolete (Mac OS 'CURS' resources). Its use in new developments is not recommended.

The SET CURSOR command changes the mouse cursor to the cursor stored in the Mac OS-based ‘CURS’ resource whose ID number you pass in cursor.

If you omit the parameter, the mouse cursor is set to the standard arrow.

Here are some basic cursors that might be passed in the cursor parameter:

1
2
3
4

 
PROPERTIES 

Product: 4D
Theme: User Interface
Number: 469

 
INDEX

Alphabetical list of commands

 
HISTORY 

Modified: 4D v11 SQL