discardCVEditOnWindowClose
graphic discardCVEditOnWindowClose boolean { t | nil }
Description
Controls whether the changes done in the cellview are saved when you click No in the Save Changes dialog box.
The default is t. When set to nil, the changes done in the cellview are preserved in the memory when you click No in the Save Changes dialog box.
GUI Equivalent
Examples
envGetVal("graphic" "discardCVEditOnWindowClose")
envSetVal("graphic" "discardCVEditOnWindowClose" 'boolean nil)
Related Topics
Return to top