Destroy expression parser and free resources
Source position: fpexprpars.pp line 776
public destructor TFPExpressionParser.Destroy; override; |
This destructor properly cleans up the expression parser by freeing all allocated resources, including the parsed expression tree, identifier definitions, and any other internal structures used by the parser.