4D v14.3

SET CURSOR

Home

 
4D v14.3
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

 
HISTORY 

Modified: 4D v11 SQL

 
ARTICLE USAGE

4D Language Reference ( 4D v11 SQL Release 6)
4D Language Reference ( 4D v12.4)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)