forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchildControlIDs.xml
More file actions
73 lines (58 loc) · 1.75 KB
/
Copy pathchildControlIDs.xml
File metadata and controls
73 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
<doc>
<legacy_id></legacy_id>
<name>childControlIDs</name>
<type>property</type>
<syntax>
<example>get the childControlIDs of <i>group</i></example>
</syntax>
<synonyms>
</synonyms>
<summary>Reports the IDs of all the children of a group.</summary>
<examples>
<example>put the childControlIDs of group "list"</example>
</examples>
<history>
<introduced version="6.1">Added.</introduced>
<deprecated version=""></deprecated>
<removed version=""></removed>
<changed version=""></changed>
<experimental version=""></experimental>
<nonexperimental version=""></nonexperimental>
</history>
<objects>
<group/>
</objects>
<platforms>
<mac/>
<windows/>
<linux/>
<ios/>
<android/>
</platforms>
<classes>
<desktop/>
<server/>
<web/>
<mobile/>
</classes>
<security>
</security>
<classification>
<category>Objects & Messages</category>
</classification>
<references>
<property tag="childControlNames">childControlNames Property</property>
<property tag="groupIDs">groupIDs Property</property>
<property tag="ID">ID Property</property>
</references>
<description>
<overview>Use the <b>childControlIDs</b> property to get a list of the short ids of all the direct children of a group</overview>
<parameters>
<parameter>
<name>group</name>
<description>A reference to a group</description>
</parameter> </parameters>
<value>The <b>childControlIDs</b> of a group reports a list of the short id properties of the direct children of a group.<p></p><p>This property is read-only and cannot be set.</p></value>
<comments>Each line of the <b>childControlIDs</b> is the short id of a control which is a direct child of the group, the property does not recurse into subgroups.</comments>
</description>
</doc>