setVisible (Client API reference)
Sets a value that indicates whether the form is visible.
Syntax
formItem.setVisible(bool);
Parameter
| Name | Type | Required | Description |
|---|---|---|---|
| bool | Boolean | Yes | Specify true to show the form; false to hide the form. |
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Sets a value that indicates whether the form is visible.
formItem.setVisible(bool);
| Name | Type | Required | Description |
|---|---|---|---|
| bool | Boolean | Yes | Specify true to show the form; false to hide the form. |