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

TFPFunctionCallBack.CreateFunction

Create callback function with identifier and arguments

Declaration

Source position: fpexprpars.pp line 708

public constructor TFPFunctionCallBack.CreateFunction(

  AID: TFPExprIdentifierDef;

  const Args: TExprArgumentArray

); override;

Arguments

AID

  

The function identifier definition

Args

  

The arguments for the callback function

Description

The CreateFunction constructor creates a new callback function instance with the specified identifier definition and argument list. It establishes the connection between the function call and the callback mechanism that will handle the function execution.

The constructor stores the identifier information and argument expressions that will be used during function evaluation to invoke the appropriate callback procedure with the correct parameters.


Documentation generated on: Dec 15 2025