probeInfoInCIW
layoutXL probeInfoInCIW boolean { t | nil }
Description
Sends the output of the Probe command to the CIW as well as the XL Probe form.
The default is nil, meaning that the output is visible only in the XL Probe form.
GUI Equivalent
|
Send Messages to CIW (XL Probe Form) |
Examples
envGetVal("layoutXL" "probeInfoInCIW")
envSetVal("layoutXL" "probeInfoInCIW" 'boolean t)
envSetVal("layoutXL" "probeInfoInCIW" 'boolean nil)
Related Topics
Return to top