markerDeleteConfirmModeChange
graphic markerDeleteConfirmModeChange boolean { t | nil }
Description
Opens a dialog box that enables you to confirm whether or not the cellview(s) are to be re-opened in edit mode when you try to delete markers on the cellview(s).
The default is nil. In this mode, markers are deleted and the cellviews are re-opened in edit mode with no dialog box. When set to t, a dialog box appears where you can specify all, none, or some cellviews to reopen in edit mode to delete markers on them. In this mode, markers are not deleted in cellviews that stay in read mode.
This environment variable has no effect if markerDeleteAccessModeIsEdit is set to nil.
GUI Equivalent
Examples
envGetVal("graphic" "markerDeleteConfirmModeChange")
envSetVal("graphic" "markerDeleteConfirmModeChange" 'boolean t)
Related Topics
Return to top