Object Reference : Object View and Procedure Reference : Spool
  
 
options
Set the display options for the spool object.
Syntax
spool_name.options option_list
where option_list contains one or more of the options listed below.
Options
 
tree / -tree
[Display / Hide] the tree window.
borders /
-borders
[Display / Hide] borders around the child objects.
titles / -titles
[Display / Hide] the titles or names of child objects.
comments /
-comments
[Display / Hide] the comments of child objects.
displaynames /
-displaynames
Show the [display names / unique names] of child objects.
margins /
-margins
[Apply / Don’t apply] spool margins to the child objects.
Each option may be preceded by a “+” or “–” indicating whether to turn on or off the option. The “+” is optional.
Examples
spool01.options -tree margins titles displaynames
removes the tree pane from the window, uses the global spool margins, turns on titles, and uses the display name for the title.
Cross-references
For additional discussion of spools see “Spool Objects”.
See also Spool::name, Spool::displayname and Spool::label.