askSaveOnReturn
graphicaskSaveOnReturn boolean { t |nil}
Description
Displays a dialog box after the Edit In Place and Descend Edit commands are enabled and changes have been made in the Edit mode. The dialog box asks if you want to save your changes to a cellview.
The default is t. When set to nil, the dialog box is not displayed and the cellview stays open in edit mode.
GUI Equivalent
Examples
envGetVal("graphic" "askSaveOnReturn")
envSetVal("graphic" "askSaveOnReturn" 'boolean nil)
Related Topics
Return to top