casSelected
layoutXL casSelected boolean { t | nil }
Description
Runs the Check Against Source command only on the selected instances.
The default is nil, which means the command runs on all the instances.
GUI Equivalent
|
Connectivity – Check – Against Source (Check Against Source Form) |
|
Examples
envGetVal("layoutXL" "casSelected")
envSetVal("layoutXL" "casSelected" 'boolean t)
envSetVal("layoutXL" "casSelected" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top