Hi jhon wick,
I usually use context.subview to do this. context.subview return an object where properties name are sub-control Ids and values are children controls.
o get the list of controlIds, Object. getOwnPropertyNames() can be used.
console.log("context.subview", ${Panel1}.context.subview);
console.log("Object. getOwnPropertyNames", Object. getOwnPropertyNames(${Panel1}.context.subview));
------------------------------
Tan Dao
Ilionx
------------------------------