This function is used in Python Scripting.

Description

Closes the parent window given a component event object.

Client Permission Restrictions

This scripting function has no Client Permission restrictions.

Syntax

system.nav.closeParentWindow(event)

  • Parameters

EventObject event - A component event object. The enclosing window for the component will be closed. Refer to EventObject.

  • Returns

Nothing 

  • Scope

Vision Client

Code Examples
Code Snippet
# When placed in the actionPerformed event of a button,  
# this code closes the window that contained the button.
system.nav.closeParentWindow(event)
Keywords

system nav closeParentWindow, nav.closeParentWindow