childControlNames

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

Reports the names 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 childControlNames of group "list"
Values
NameTypeDescription
Value

The childControlNames of a group reports a list of the short name properties of the direct children of a group. This property is read-only and cannot be set.

RelatedProperty: ID, childControlIDs, groupIDs
Description

Use the childControlNames property to get a list of the names of all the direct children of a group

Each line of the childControlNames is the short name of a control which is a direct child of the group, the property does not recurse into subgroups.

Tagsobjects