Validate the function expression
Source position: fpexprpars.pp line 633
public procedure TFPExprFunction.Check; override; |
The Check method validates that the function expression is properly configured, with correct parameter count and types matching the function definition. It ensures that all arguments are valid expressions and that the function can be safely evaluated.