How to get the number of children in a displayGroup in corona? By James | January 24, 2012 0 Comment Here is a way to get the number of children in a displayGroup in corona. local value = mygroup.numChildren print ("number of children in mygroup : "..value); Each children ca be accessed via the child index.