Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

geSaveWinView

geSaveWinView( 
[ w_windowId ] 
[ t_name ] 
)
=> t / nil 

Description

Saves the current view of w_windowId to t_name.

Arguments

w_windowId

Database ID of the window containing the view to save. If w_windowId is not specified, the current window is used.

t_name

Name of the saved window view. If t_name is not specified, a form is displayed where you can enter the name.

Value Returned

t

The window view is saved.

nil

The window view is not saved.

Examples

Saves win3 to newwin.

geSaveWinView( win3 "newwin" )

Related Topics

geRestoreWinView

View-Level Functions


Return to top
 ⠀
X