UnPin command

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Action:

Unpins the specified Client external window(s), that is, no longer forces the window(s) to remain at the top of the Client PC's open window stack.  

Syntax:

unpin {windowname | pattern | *}

where you must specify one of these:

  • <windowname, the (case not important) name, or title, at the top of a Client work window or external window
  • pattern, a character sequence that ends with an asterisk (*), which performs a "wildcard" search (for example, w* finds the Watch Window and Web Buffer window)
  • A lone asterisk (*), which removes the pinning from all pinned windows

If you unPin a window that is not already pinned, the command is ignored. If the command indicates a window that is missing or invalid, or if it does not match an open external window, an error message is issued.  

To pin a window that is not currently pinned, use the pin command.

Client menu: Context menu option (UnPin) of external window title bar
Introduced: Build 56