vmsCrossViewCheck
vmsCrossViewCheck = { t | nil }
Description
The default is t, which indicates that symbol views are checked for consistency with other views in a cell when the vmsUpdateCellViews function is run. When set to nil, consistency checks are disabled.
Example
vmsCrossViewCheck = nil
Return to top