Unit 'fpexprpars' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

TFPFunctionCallBack.CallBack

The callback procedure for function evaluation

Declaration

Source position: fpexprpars.pp line 710

public property TFPFunctionCallBack.CallBack : TFPExprFunctionCallBack
  read FCallBack;

Description

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.


Documentation generated on: Dec 15 2025