verifGetWindow
verifGetWindow(g_sessionId) =>w_windowId/ nil
Description
Returns the window ID related to the specified session ID.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
Value Returned
Examples
The following example retrieves the window ID of a newly created Verifier cellview.
sessionId = verifOpenCellView("test" "setup" "verifier")
=> 1
windowID = verifGetWindow(sessionId)
=> window:2
Related Topics
Verifier Session and Setup Functions
Return to top