iconsOn
layout iconsOn boolean { t | nil }
graphic iconsOn boolean { t | nil }
Description
Determines whether to display the elements in an unexpanded array as rectangles with the symbol for the master cell for each element. The variable applies to an instance or contact array. In the Display Options form, set the display start and stop levels to 0.
When set to t, selecting Show Name Of instance displays the instance name and selecting Show Name Of master displays the master name.
The layout default is nil, the graphic default is t.
GUI Equivalent
Examples
envGetVal("layout" "iconsOn")
envSetVal("layout" "iconsOn" 'boolean t)
envGetVal("graphic" "iconsOn")
envSetVal("graphic" "iconsOn" 'boolean nil)
Related Topics
Return to top