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

TFPExprFunction.CreateFunction

Create function with identifier and arguments

Declaration

Source position: fpexprpars.pp line 634

public constructor TFPExprFunction.CreateFunction(

  AID: TFPExprIdentifierDef;

  const Args: TExprArgumentArray

); virtual;

Arguments

AID

  

The function identifier definition

Args

  

The arguments for the function

Description

The CreateFunction constructor creates a new function node with the specified identifier definition and argument expressions. It saves the function call structure and associates the function implementation with its parameters.


Documentation generated on: Dec 15 2025