Event for function value evaluation
Source position: fpexprpars.pp line 552
published property TFPExprIdentifierDef.OnGetFunctionValue : TFPExprFunctionEvent |
The OnGetFunctionValue event is triggered when the identifier represents a function and needs to be evaluated with the provided parameters. The event handler receives the function arguments and should return the computed result.