showFCG
layout.tpa showFCG 'boolean { t | nil }
Description
Enables or disables the Show FCG check box in the Track Pattern table. The default value is nil.
GUI Equivalent
Examples
envGetVal("layout.tpa" "showFCG")
envSetVal("layout.tpa" "showFCG" 'boolean t)
Return to top