vmsUpdateSymbolAfterEdit
vmsUpdateSymbolAfterEdit = { t | nil | query }
Description
Creates symbol views automatically for cells that do not have a symbol view when the vmsUpdateCellViews function is run.
-
t:The symbol view is automatically created. -
nil:Disables creation of symbol views. -
query:Displays a pop-up asking for confirmation whether the symbol view should be created.
Example
vmsUpdateSymbolAfterEdit = t
vmsUpdateSymbolAfterEdit = nil
Return to top