confirmDelete
layout confirmDelete boolean { t | nil }
Description
Turns on and off a dialog box which reads Delete Figure? to confirm an object deletion.
You can choose theYes or No option on the form. The default is nil.
GUI Equivalent
Examples
envGetVal("layout" "confirmDelete")
envSetVal("layout" "confirmDelete" 'boolean t)
Related Topics
Return to top