Visible property
Sets the visibility of a component based on the value of a Boolean (True or False) variable, or an expression.
To set the Visible property based on a variable:
- Click the Layout property group.
- Under Visible, click Select Variable.
- Select a variable, or optionally create a new Yes/No variable and then assign that new variable to the Visible property.
- At runtime, the component is visible when the value of the variable is True. Conversely it is hidden when the variable’s value is False.
To set the Visible property based on an expression:
- Click the Layout property group.
- Under Visible, select True/False Expression.
- In the Insert Variable box, enter an expression .
At runtime, the component is visible when the expression is True. The component is hidden when the expression is False.
[NEXT] Was this article helpful?
Get user feedback about articles.