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

TFPExprIdentifierDef.OnGetFunctionValue

Event for function value evaluation

Declaration

Source position: fpexprpars.pp line 552

published property TFPExprIdentifierDef.OnGetFunctionValue : TFPExprFunctionEvent
  read FOnGetValue
  write FOnGetValue;

Description

The OnGetFunctionValue event is triggered when the identifier represents a function and needs to be evaluated with the provided parameters. The event handler receives the function arguments and should return the computed result.


Documentation generated on: Dec 15 2025