ClosePopUp

(Display Manager Library)

Description: Close the windowed page, from within which this function is called.
Returns: Nothing
Usage: Script Only.
Function Groups: Graphics
Related to: | ShowPage | StopPage |
Format: \DisplayManager.ClosePopUp()
Parameters: None
Comments:

This subroutine will close only the current pop-up window instance that issues the call, without closing any other instances of the same pop-up window.

It will close only pop-up pages and does nothing when called from non-windowed page.

Examples:

  If Cancel;
  [
    \DisplayManager.ClosePopUp();
  ]