iOSView.Control

From Xojo Documentation

Method

iOSView.Control(index As Integer) As iOSControl

Supported on Mobile(iOS).

Gets the control at the 0-based index.

Sample Code

Get the name of the first control on the View:

Var controlName As Text = Self.Control(0).Name