MobileUIControl.ControlCount
From Xojo Documentation
Property (As Integer )
aMobileUIControl.ControlCount = newIntegerValue
or
IntegerValue = aMobileUIControl.ControlCount
New in 2020r2
Supported on Mobile.
or
IntegerValue = aMobileUIControl.ControlCount
New in 2020r2
Supported on Mobile.
The number of child controls in the control.
See Also
AddControl and ControlAt methods.