iOSView.ControlCount

From Xojo Documentation

Method

iOSView.ControlCount() As Integer

Supported on Mobile(iOS).

The number of controls on the view.

Sample Code

Get the number of controls on the View:

Var count As Integer = Self.ControlCount