checkBindings
layoutXL checkBindings boolean { t | nil }
Description
Checks the binding for each cell in the library and displays a summary table showing the cells that need to be updated. The checkBindings environment variable is used by the lxCheckLib SKILL function.
GUI Equivalent
Examples
envGetVal("layoutXL" "checkBindings")
envSetVal("layoutXL" "checkBindings" 'boolean t)
envSetVal("layoutXL" "checkBindings" 'boolean nil)
Related Topics
Design Check for Layout XL Compliance
List of Layout XL Environment Variables
Return to top