dbUndoAcrossSave
cdba.undo dbUndoAcrossSave boolean { t | nil }
Description
Preserves the undo checkpoint from losing information while saving a cellview. The default is nil, which means that undo checkpoint information is lost when a cellview is saved.
GUI Equivalent
Examples
envGetVal("cdba.undo" "dbUndoAcrossSave")
envSetVal("cdba.undo" "dbUndoAcrossSave" 'boolean t)
Related Topics
Return to top