The Visible property determines if the control is visible to the user during specification.
Property Type: Dynamic
Default Value: True
Hierarchical Reference: ControlNameVisible
When the property is set to TRUE, the control is visible.
When the property is set to FALSE, the control is not visible.
Visible Behavior when Value is False
Form Designer - The control will be shown
Form Design Test - The control will not be shown
Specification Test Mode - The control will be shown
The default value of the property can be changed by any of the following methods:
Visible Property Value | Result | Notes |
---|---|---|
IF(NumberOfSections>=3 , TRUE, FALSE) | When the control NumberOfSections is greater than or equal to 3 the control will be visible (TRUE), otherwise it will not be visible (FALSE) | Launch the rule builder by selecting the property and clicking the build button to apply the rule. |
MyCheckBoxReturn | As the Check Box, MyCheckBox, returns a TRUE or FALSE value the visible property will be controlled by the value coming from the check box. | Launch the rule builder by selecting the property and clicking the build button to apply the rule. |
Value can be controlled by a rule.