transientSaveLocks
cdsLibEditor.main transientSaveLocks boolean { t | nil }
Description
Enables the new transient edit lock mode for the cds.lib file that is currently open in the library path editor. The default value is t.
GUI Equivalent
Examples
envGetVal("cdsLibEditor.main" "transientSaveLocks")
envSetVal("cdsLibEditor.main" "transientSaveLocks" 'boolean nil)
Related Topics
Locking the cds.lib File for Editing
Return to top