WinStudio

Variables Dialog Box

Use this dialog box to create, copy, edit, or delete variables.

Forms use variables to communicate between themselves, and to save environment information across form executions. Some variables are temporary, but persistent variables are loaded to and from disk. Variables can be global or associated with a particular form. You can use variables for many purposes, including binding them to components and controlling the initial action of a form.

To open this dialog box, perform one of these actions while in Design Mode:

About the display

This dialog box:

NOTE: If you are opening this dialog box from an extended form:

Dialog box options

This dialog box includes these action buttons:

Button Description/Comments

Done

To finish working in the dialog box and save your changes, click this button.

New

To create a variable, click this button.

This button launches the Variable Properties dialog box, which allows you to define the new variable.

Copy

To copy a variable, select the variable to copy and click this button.

This is useful when you want to base a new variable on an existing variable, with changes.

This button launches the Variable Properties dialog box, populated with the attribute for the variable you are copying.

Edit

To edit an existing variable, select the variable and click this button.

This button launches the Variable Properties dialog box, populated with the attributes for the specified variable.

Delete

To delete a variable, select the variable and click this button.

Help

To view the help topic for this dialog box, click this button.


Related Topics

About Variables

Binding Components to Variables

Create, Copy, Edit, or Delete Variables

Maximum Length of Parameters and Values

About Creating New Forms by Extension