Share via


Window methods

Windows provide the following methods:

  • Close()
  • Open()
  • PullFocus()

Close()

The Close() method closes the window.

Open()

The Open() method attempts to open the window.

PullFocus()

The PullFocus() method will remove the focus from the current window. No item in the window will be focused. Any pending "validate" or "leave" events for the currently-focused field will be run. Use this method in situations where you want all of the pending actions to be run before your integrating application performs its processing.