Defining a View Gadget
- Last UpdatedNov 14, 2022
- 1 minute read
A view is defined by the command sequence view ¼ exit:
view .MyView AT . . . viewtype
height 10 width 20
contents
attributes
exit
The command sequence may optionally be given on a single line, without the exit:
view .MyView AT . . . viewtype height 10 width 20 contents attributes
Where the contents and attributes that depend on the type of View.
You do not have to set any attributes and AVEVA recommend that you set the view’s attributes in the form’s default constructor method rather than in the form setup definition.