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 703

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: Aug 28 2026 Report a problem on this page