The default value of the property can be changed by typing the required value directly into the caption property field
- Click in the property for the control to be changed
- Type the required value directly into the property field
The Visible property determines if the control is visible to the user during specification.
Property Type: Dynamic
Default Value: True
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 typing the required value directly into the caption property field
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. |
A value controlled by a rule.