formItem.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. |