MobileUIControl.Visible
From Xojo Documentation
Property (As Boolean )
aMobileUIControl.Visible = newBooleanValue
or
BooleanValue = aMobileUIControl.Visible
New in 2020r2
Supported on Mobile.
or
BooleanValue = aMobileUIControl.Visible
New in 2020r2
Supported on Mobile.
Indicates whether the control is visible.
Sample Code
Make a button invisible:
Button1.Visible = False