Property
VisibleButtonSave
Description
Specifies whether to show the save view button in the toolbar or not.
Type
Boolean
Values
True (-1)
Shows the button
False (0)
Hides the button
Default
True (-1)
Example
Code
Cube1.VisibleButtonSave = True
HTML
<PARAM NAME="VisibleButtonSave" VALUE="-1">
See also
DoAction
it's akin to
DoAction("saveView")
Notes
Creates a saved view that later can be open with an open... parameter.