updateBindPhysicalBinding
layoutXL updateBindPhysicalBinding boolean { t | nil }
Description
Controls the update of physical bindings in the CPH window during a hierarchical Update Binding run.
The default value is t, which means the physical bindings in CPH are automatically updated if the current physical binding does not match the bound layout instance.
GUI Equivalent
Examples
envGetVal("layoutXL" "updateBindPhysicalBinding")
envSetVal("layoutXL" "updateBindPhysicalBinding" 'boolean t)
envSetVal("layoutXL" "updateBindPhysicalBinding" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top