Persistent property
Use the Persistent property to specify the duration of a variable value.
Setting | Description |
---|---|
True | The value is loaded to and from disk and is saved when the form definition is saved. |
False | The value exists only while a form is open. |