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