Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiUnregCloseProc

hiUnregCloseProc(
w_windowId 
s_closeProc
) 
=> t / nil

Description

Unregisters the closing procedure for a window.

This function is not available in Concept SKILL. For more information, see Design Entry HDL–SKILL Routines.

Arguments

w_windowId

ID of the window, session window, or dockable window associated with the closing procedure.

s_closeProc

Closing procedure to be unregistered.

Value Returned

t

The closing procedure is unregistered.

nil

The closing procedure is not unregistered.

Example

hiUnregCloseProc( window ( 2 ) ’myFunction )

Related Topics

Window Functions


Return to top
 ⠀
X