iOSApplication.DefaultiPadScreen
From Xojo Documentation
Design Property (as iOSScreen)
This iOSApplication property can only be set in the Inspector and is not available in code.
Supported on Mobile (iOS).
Supported on Mobile (iOS).
Set to the default iOSScreen to use when the app is launched on an iPad-sized device.
Notes
If no DefaultiPadScreen is specified, the app will still run on an iPad but will use the DefaultiPhoneScreen, running it in "scaled" mode.
One or both of DefaultiPhoneScreen and DefaultiPadScreen must be specified.
By specifying separate screens for DefaultiPhoneScreen and DefaultiPadScreen, you can have completely different layouts for each type of device.