schHiEscape
schHiEscape( ) => t / nil
Description
Closes an open form or clears the current canvas selection. You would typically use this function to successively close the open forms on your desktop, even if they are hidden behind other windows. If there is only one form open, it is closed. If there are multiple forms open, the first form returned by the hiGetCurrentForm SKILL API is closed. If there are no forms open, the current canvas selection is cleared.
Arguments
Value Returned
Examples
Closes a form or clears the current selection in the canvas.
schHiEscape()
Return to top