descendPromptForView
layout descendPromptForView boolean { t | nil }
Description
Determines whether to open the View Name field in the Descend form when you click an instance.
In View Name field of the Descend form, you can choose a different view to open.
If there is only one view of the master cell, Descend does not prompt you for a view name.
The default view is the view name of the selected object, when the default value nil is used.
GUI Equivalent
Examples
envGetVal("layout" "descendPromptForView")
envSetVal("layout" "descendPromptForView" 'boolean t)
Related Topics
Return to top