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

TFPExprIdentifierDef.OnGetFunctionValueCallBack

Callback property for function value evaluation

Declaration

Source position: fpexprpars.pp line 544

public property TFPExprIdentifierDef.OnGetFunctionValueCallBack : TFPExprFunctionCallBack
  read FOnGetValueCB
  write FOnGetValueCB;

Description

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.


Documentation generated on: Dec 15 2025