forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.lcdoc
More file actions
32 lines (18 loc) · 953 Bytes
/
Copy pathhelp.lcdoc
File metadata and controls
32 lines (18 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Name: help
Type: constant
Syntax: help
Summary: Equivalent to the number 15.
Introduced: 1.0
OS: mac,windows,linux,ios,android
Platforms: desktop,server,web,mobile
Example:
set the cursor to help
Description:
Use the <help> <constant> to set the <cursor(property)> to a question mark.
The following two statements are equivalent:
set the cursor to help
set the cursor to 15
However, the first is easier to read and understand in LiveCode.
>*Important:* If you use the <help> <cursor(property)> or other standard <cursor(glossary)|cursors> in your application, you must include it when you create your <standalone application|standalone>. Make sure the "Cursors" option on the Inclusions section on the General screen of the <Standalone Application Settings> window is checked.
References: constant (command), cursor (property), Standalone Application Settings (glossary), standalone application (glossary), cursor (glossary)
Tags: ui