Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

pteOpenForm

pteOpenForm(
t_formName
[ w_windowId ]
)
=> t / nil

Description

Displays the specified Palette form.

Arguments

t_formName

Name of the Palette form.

w_windowId

ID of the window in which you want to display the form.
Valid values: ID of any open window
Default: Current window

Value Returned

t

The specified Palette form was displayed.

nil

The command was unsuccessful.

Examples

Opens the Palette Options form:

pteOpenForm(“Options”)

Opens the Save As Layer Set form in the window with ID 2:

pteOpenForm(“Save As Layer Set” window(2))


Return to top
 ⠀
X