cphCheckEmptyConfig
layoutXL cphCheckEmptyConfig boolean { t | nil }
Description
Prevents hierarchy elaboration from switching into a physConfig that is zero sized. If the physConfig is zero sized, elaboration switches into the next view in the logical switch view list instead.
GUI Equivalent
Examples
envGetVal("layoutXL" "cphCheckEmptyConfig")
envSetVal("layoutXL" "cphCheckEmptyConfig" 'boolean nil)
Related Topics
Physical Hierarchy Configuration
List of Layout XL Environment Variables
Return to top