Evaluate the expression and return result
Source position: fpexprpars.pp line 779
public procedure TFPExpressionParser.EvaluateExpression( |
out Result: TFPExpressionResult |
); |
Result |
|
Returns the evaluation result |
The EvaluateExpression method evaluates the currently parsed expression using the provided identifier values and returns the computed result. It processes the entire expression tree to produce the final result value.