hiUnregCloseProc
hiUnregCloseProc(w_windowIds_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
|
ID of the window, session window, or dockable window associated with the closing procedure. |
|
Value Returned
Example
hiUnregCloseProc( window ( 2 ) ’myFunction )
Related Topics
Return to top