Home Search

DriveWorks Solo 21
Visible

Send Feedback

Visible

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

To Change the Default Value

To Build a Rule for the Dynamic Property

Examples

Visible Property ValueResultNotes
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.
MyCheckBoxReturnAs 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.