pteOpenForm
pteOpenForm(t_formName[w_windowId] ) => t / nil
Description
Displays the specified Palette form.
Arguments
|
ID of the window in which you want to display the form. |
Value Returned
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