showExtractSection
abstract showExtractSection boolean { t | nil }
Description
Displays the Extract 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" "showExtractSection")
envSetVal("abstract" "showExtractSection" 'boolean t)
Related Topics
Return to top