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

TFPFunctionEventHandler.CreateFunction

Create event function with identifier and arguments

Declaration

Source position: fpexprpars.pp line 719

public constructor TFPFunctionEventHandler.CreateFunction(

  AID: TFPExprIdentifierDef;

  const Args: TExprArgumentArray

); override;

Arguments

AID

  

The function identifier definition

Args

  

The arguments for the event function

Description

The CreateFunction constructor creates a new event-based function node with the specified identifier definition and argument expressions. It sets up the function call structure to use event handlers for function evaluation.


Documentation generated on: Dec 15 2025