compressionOn
cdsLibManager.newLib compressionOn boolean { t | nil }
Description
Specifies whether the Compression enabled check box in the New Library form should remain selected or deselected by default.
The default is nil, which means that the check box is deselected by default.
GUI Equivalent
Examples
envGetVal("cdsLibManager.newLib" "compressionOn")
envSetVal("cdsLibManager.newLib" "compressionOn" 'boolean t)
Related Topics
Return to top