bindIncrAddIgnore
layoutXL bindIncrAddIgnore boolean { t | nil }
Description
Adds an ignore property on unbound instances during incremental binding to prevent the instances from getting bound. For the instances to be made available for binding, the ignore property must first be manually removed by using the Remove Ignore command, which is available in the shortcut menu of the instances that have the property set.
GUI Equivalent
Examples
envGetVal("layoutXL" "bindIncrAddIgnore")
envSetVal("layoutXL" "bindIncrAddIgnore" 'boolean t)
Related Topics
List of Layout XL Environment Variables
Return to top