bindIncrConn
layoutXL bindIncrConn boolean { t | nil }
Description
The incremental binder binds only when an exact connectivity match is found, which means the devices to be bound have the same master and their connectivity is unique.
When set to nil, the binder binds incrementally by name.
GUI Equivalent
Examples
envGetVal("layoutXL" "bindIncrConn")
envSetVal("layoutXL" "bindIncrConn" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top