Clear the current expression
Source position: fpexprpars.pp line 778
public procedure TFPExpressionParser.Clear; |
The Clear method clears the currently parsed expression from the parser, freeing any expression tree that was previously built. After calling this method, the parser is ready to parse a new expression.