TbcParser.DeleteAllVars method
|
Top Previous Next |
Unit
Applies to
Declaration procedure DeleteAllVars ;virtual;
Description DeleteAllVars method deletes all variables from the list of available variables.
This action may be useful when number of unused variables is too high that causes performance to degrade.
When a variable is deleted Dirty flag is set to true so that next time the Evaluate function is called the expression will be reparsed. |