childControlIDs

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
get the childControlIDs of <group>
Associationsgroup
Summary

Reports the IDs of all the children of a group.

Introduced6.1
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Parameters
NameTypeDescription
group

A reference to a group

Example
put the childControlIDs of group "list"
Values
NameTypeDescription
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.

RelatedProperty: childControlNames, ID, groupIDs
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.

Tagsobjects