MobileScreen.ControlAt

From Xojo Documentation

Method

MobileScreen.ControlAt(index As Integer) As MobileUIControl

Supported on Mobile.

Gets the control at the index passed.

Sample Code

Get the name of the first control on the Screen:

Var controlName As String = Self.ControlAt(0).Name