bindIncr
layoutXL bindIncr boolean { t | nil }
Description
Switches on the incremental binder.
When set to nil, the incremental binder is switched off. This means if the layout is edited, any unbound layout instances or pins will remain unbound within the Layout XL session.
GUI Equivalent
Examples
envGetVal("layoutXL" "bindIncr")
envSetVal("layoutXL" "bindIncr" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top