pteCancelForm
pteCancelForm(t_formName[w_windowId] ) => t / nil
Description
Closes the specified Palette form.
Arguments
|
ID of the window in which the form is open. |
Value Returned
Examples
pteCancelForm("Options")
Closes the Save As Layer Set form in the window with ID 2:
pteCancelForm("Save As Layer Set" window(2))
Return to top