showAbstractSection
abstract showAbstractSection boolean { t | nil }
Description
Displays the Abstract section by default when you open the Abstract Generator form.
The default value is t. When set to nil, the section is hidden.
GUI Equivalent
Examples
envGetVal("abstract" "showAbstractSection")
envSetVal("abstract" "showAbstractSection" 'boolean nil)
Related Topics
Return to top