The callback procedure for function evaluation
Source position: fpexprpars.pp line 710
public property TFPFunctionCallBack.CallBack : TFPExprFunctionCallBack |
The CallBack property holds the callback procedure that is invoked when the function needs to be evaluated. The callback receives the function parameters and returns the computed result, allowing external code to provide custom function implementations.