closeDataSaveOption
ddserv.ciw closeDataSaveOption cyclic { "prompt" | "discard" | "save" }
Description
Specifies the behavior for the close and purge data functionality to manage modified data for the files selected to close using closeDataOption. The default value is prompt.
-
prompt: Prompts to save data before closing the window. -
discard: Discards the changes and closes the window. -
save: Saves the changes and closes the window.
GUI Equivalent
Examples
envGetVal("ddserv.ciw" "closeDataSaveOption")
envSetVal("ddserv.ciw" "closeDataSaveOption" 'cyclic "discard")
envSetVal("ddserv.ciw" "closeDataSaveOption" 'cyclic "save")
Related Topics
Return to top