MobileScreen.Controls
From Xojo Documentation
Method
Used to iterate through the controls on a Screen.
Notes
All controls on the Screen are returned as a the MobileControl base type. You can use the IsA operator to check the specific type to see if the control is a MobileButton, MobileLabel, etc.
Sample Code
Loop through all the controls on a Screen and disable only the TextFields: