ciwHiExit
ciwHiExit( ) => t / nil
Description
This is the function beneath the File –> Exit menu in all the DFII procedural interfaces. Most of the File –> Exit menus in all DFII procedural interfaces can be accomplished using the ciwHiExit function.
By default, the command displays a dialog box asking you if you want to really exit the session. You can turn off the display of this dialog box by setting a variable in your .cdsenv file or by calling envSetVal in your .cdsinit file:
ddserv.ciw promptOnExit boolean nil
envSetVal ("ddserv.ciw" "promptOnExit" 'boolean nil)
Arguments
Value Returned
Return to top