SET CURSOR

4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next

version 11 (Modified)


Compatibility note: 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.

SET CURSOR {(cursor)}

ParameterTypeDescription
cursorNumberMac OS-based cursor resource number

Description

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


4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next