Sets the visibility of a component based on the value of a Boolean (True or False) variable.

  1. Click the Layout property group. Below Visible, click Select Variable.
  2. Select a variable, or optionally create a new Yes/No variable and then assign that new variable to the Visible property.
  3. 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.