WebUIControl.Visible
From Xojo Documentation
Property (As Boolean )
aWebUIControl.Visible = newBooleanValue
or
BooleanValue = aWebUIControl.Visible
New in 2020r1
Supported for all project types and targets.
or
BooleanValue = aWebUIControl.Visible
New in 2020r1
Supported for all project types and targets.
If True, the control is drawn. If False, it's not.
Sample Code
Hide a control based on a checkbox setting: