TbcParser.FreeParseTree method
|
Top Previous Next |
Unit
Applies to
Declaration procedure FreeParseTree ;virtual;
Description FreeParseTree can be explicitly called to free the resources taken by the allocated Parse tree when an expression is parsed. FreeParseTree sets the Dirty flag to true so that next time the Evaluate function is called, expression will be parsed forming a new, valid parse tree to be evaluated. |