forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfocusedObject.xml
More file actions
46 lines (46 loc) · 1.9 KB
/
Copy pathfocusedObject.xml
File metadata and controls
46 lines (46 loc) · 1.9 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
<doc>
<legacy_id>1122</legacy_id>
<name>focusedObject</name>
<type>function</type>
<syntax>
<example>the focusedObject</example>
<example>focusedObject()</example>
</syntax>
<library></library>
<objects>
</objects>
<synonyms>
</synonyms>
<classification>
<category>User Interaction</category>
</classification>
<references>
<command tag="focus">focus Command</command>
</references>
<history>
<introduced version="1.0">Added.</introduced>
</history>
<platforms>
<mac/>
<windows/>
<linux/>
<ios/>
<android/>
</platforms>
<classes>
<desktop/>
<server/>
<web/>
<mobile/>
</classes>
<security>
</security>
<summary><glossary tag="return">Returns</glossary> the currently <glossary tag="active control">focused control</glossary>.</summary>
<examples>
<example>the focusedObject</example>
<example>put the focusedObject into objectToReturnTo</example>
</examples>
<description>
<p>Use the <b>focusedObject</b> <control_st tag="function">function</control_st> to determine which <glossary tag="object">object</glossary> receives any keystrokes that are typed by the user or created by the <command tag="type">type</command> <glossary tag="command">command</glossary>.</p><p/><p><b>Value:</b></p><p>The <b>focusedObject</b> <control_st tag="function">function</control_st> <glossary tag="return">returns</glossary> the long <property tag="ID">ID</property> <glossary tag="property">property</glossary> of the <glossary tag="object">object</glossary>.</p><p/><p><b>Comments:</b></p><p>The <b>focusedObject</b> can be any <keyword tag="control">control</keyword> on the <glossary tag="current card">current card</glossary>. If no <glossary tag="object">object</glossary> has the <command tag="focus">focus</command>, the <b>focusedObject</b> is the <glossary tag="current card">current card</glossary>.</p>
</description>
</doc>