Callback property for function value evaluation
Source position: fpexprpars.pp line 544
public property TFPExprIdentifierDef.OnGetFunctionValueCallBack : TFPExprFunctionCallBack |
The OnGetFunctionValueCallBack property holds a callback function that is called when the identifier represents a function and needs to be evaluated. The callback receives the function parameters and returns the computed result value.