forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontrolAtLoc.xml
More file actions
74 lines (58 loc) · 1.75 KB
/
Copy pathcontrolAtLoc.xml
File metadata and controls
74 lines (58 loc) · 1.75 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<doc>
<legacy_id></legacy_id>
<name>controlAtLoc</name>
<type>function</type>
<syntax>
<example>controlAtLoc(loc)</example>
</syntax>
<synonyms>
</synonyms>
<summary></summary>
<examples>
<example>put controlAtLoc(10,10)</example>
<example>get the name of (controlAtLoc(the mouseLoc))</example>
</examples>
<history>
<introduced version="6.0">Added.</introduced>
<deprecated version=""></deprecated>
<removed version=""></removed>
<experimental version=""></experimental>
<nonexperimental version=""></nonexperimental>
</history>
<objects>
</objects>
<platforms>
<mac/>
<windows/>
<linux/>
<ios/>
<android/>
</platforms>
<classes>
<desktop/>
<server/>
<web/>
<mobile/>
</classes>
<security>
</security>
<classification>
<category>User Interaction</category>
</classification>
<references>
<function tag="mouseLoc">mouseLoc Function</function>
<function tag="controlAtScreenLoc">controlAtScreenLoc Function</function>
<property tag="location">location Property</property>
<keyword tag="control">control Keyword</keyword>
</references>
<description>
<overview>Returns the control at the specified location.</overview>
<parameters>
<parameter>
<name>location</name>
<description>A location, relative to the current stack</description>
</parameter> </parameters>
<value>The control at the given location, in the form: control <i>control_number</i></value>
<comments>The <b>controlAtLoc</b> function returns the control at the given location. The function returns the number of the control, below are examples of getting the name or long id of the control<p></p><p>get the name of (contolAtLoc(<i>location</i>))</p><p>get the long id of (contolAtLoc(<i>location</i>))</p></comments>
</description>
</doc>