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