 |
ALPHA-VISION® Jobs: SetCursor
|
SetCursor
SUMMARY
SetCursor
SYNTAX
SetCursor(
<Cursor>)
ARGUMENTS
- cursor (type:string)
-
The filename relativ to the project directroy of the cursor to be shown.
The file must be in the project directory or in a subfolder.
Animated cursors are also possible.
DESCRIPTION
The job replaces the current cursor with the cursor specified in the job.
Syntax Notation
- [aaa]
- aaa is optional (zero or one occurences)
- (aaa|bbb)
- aaa exclusive or bbb
- (aaa)*
- aaa may occur indefinitely often or may be omitted
- (aaa)+
- aaa may occur indefinitely often but at least once
- (aaa)m..n
- aaa may occur from m to n times