deleteConfirmModeChange
ab deleteConfirmModeChange boolean { t | nil }
Description
Controls whether or not you must confirm explicitly that a read-only cellview is to be re-opened in edit mode before deleting a marker in the Annotation Browser assistant.
The default is t, which means that when you try to use the Delete command (or its browser pane equivalent) in a read-only cellview, the software prompts you to confirm that you want to re-open the cellview in edit mode before performing the requested operation. When set to nil, the software automatically re-opens the cellview in edit mode and performs the requested operation.
The checkStateConfirmModeChange environment variable performs the same function for the Annotation Browser’s Check/Uncheck command.
GUI Equivalent
Examples
envGetVal("ab" "deleteConfirmModeChange")
envSetVal("ab" "deleteConfirmModeChange" 'boolean t)
envSetVal("ab" "deleteConfirmModeChange" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top