forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchildControlIDs.lcdoc
More file actions
42 lines (27 loc) · 872 Bytes
/
Copy pathchildControlIDs.lcdoc
File metadata and controls
42 lines (27 loc) · 872 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
33
34
35
36
37
38
39
40
41
Name: childControlIDs
Type: property
Syntax: get the childControlIDs of <group>
Summary:
Reports the IDs of all the children of a group.
Associations: group
Introduced: 6.1
OS: mac, windows, linux, ios, android
Platforms: desktop, server, mobile
Example:
put the childControlIDs of group "list"
Parameters:
group:
A reference to a group
Value:
The <childControlIDs> of a group reports a list of the short id
properties of the direct children of a group. This property is read-only
and cannot be set.
Description:
Use the <childControlIDs> property to get a list of the short ids of all
the direct children of a group
Each line of the <childControlIDs> is the short id of a control which is
a direct child of the group, the property does not recurse into
subgroups.
References: childControlNames (property), ID (property),
groupIDs (property)
Tags: objects